This question has been flagged
1 Reply
1896 Views
<field name="input_quantity"  widget="float_toggle" options='{"range" :[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]}'/>

here is a specific range but I want to range value will be infinite
Can you help me
Avatar
Discard
Best Answer

Hi Arjun:

You cannot have an "infinite range" with this widget. The documentation explicitly states "The purpose here is to restrict the field value to a predefined selection."

Source: Field Widgets

Avatar
Discard