custom-widget-property: integer value-range

3
Hello, I am creating a custom widget where I expect an input integer that can be of any value. So the configuration.xml looks like this: <property key="minValue" type="integer" defaultValue="-1"> <caption>Minimal value</caption> <category>Slider</category> <description></description> </property> However, in the modeler it looks like values < 0 are not accepted. 0 is the minimal value. So my only alternative is to put this into a string. Is this intentional? Thanks in advance, Raoel
asked
1 answers
1

This is not intentional, and probably a bug. Can you file a ticket for this?

answered