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 can not let the user enter the value zero, only 0.1 will be allowed up , how do I resolve this?
I wanted only 0.1 to be allowed up, because at the moment, it is causing system error.
I even thought about creating a Slider
, as in the photo, where the user would only move Slider
from 0.1, but another problem arose:
I wanted the values to be as follows,
0.1 / 0.5 / 1 / 1.5 / 2 / ...
How could I do this using Slider? I have been changing properties as it is in the photo, 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 / ...