1
I made this layout as an example of a problem I’m having in creating a system, well, in the first value field (TextField
) I cannot let the user enter the value zero, will only be allowed 0.1 up, as I do to resolve this?
Wish it were allowed only 0.1 up, as it is currently causing system error.
I even thought of creating a Slider
, as in the photo, where the user would just touch the Slider
from 0.1, but another problem arose:
I wanted the figures to be as follows,
0.1 / 0.5 / 1 / 1.5 / 2 / ...
How could I do this using Slider? I’ve been changing in properties as it is in the picture, but without success.
In this case, what is the best type of field? TextField
, Slider
, ...? For value above 0.1? And preferably, 0.1 / 0.5 / 1 / 1.5 / 2 / ...
Wow, thank you so much, perfect..
– user81583