In the Preferences Dialog, for the Numeric Range, I need to limit the number in the to just 1-100. How can I do that?
I try to edit the Json file "Example.json" where it has this part :
{
"options": [
"100",
"1000",
"10"
],
"title": "100 - 1000",
"type": "Numeric Range",
"key": "2",
"required": false
}
but it seems it didnt have any impact.
Thank you in advance for your help.
Hi Erel,
Thanks for your reply. Yes I'm using v1.72. Still doesnt work for me.
I still cant figure out where in the code that says minimum number =1 and maximum number=100?
Example if I want to change the range to 2 (min) to 50 (max) where do I put this in the code?
Hi Erel,
Thanks for your reply. Yes I'm using v1.72. Still doesnt work for me.
I still cant figure out where in the code that says minimum number =1 and maximum number=100?
Example if I want to change the range to 2 (min) to 50 (max) where do I put this in the code?