Input box
-
Inserting data with two decimals is working. The data are transmitted with MQTT correctly. BUT in the box only ONE decimal is displayed. e.g. "0.25" is displayed as "0.3".
Please correct the display of data with two decimals.
-
-
@user2684
I do not know if it is possible, but could the content of the input box be "blanked" after "return" (especially for data type "string")
-
@eporocrail said in Input box:
I do not know if it is possible, but could the content of the input box be "blanked" after "return" (especially for data type "string")
You mean leaving the input box as blank? Mmm not sure would be best since there scenarios in which you want to see the value of the sensor for changing it and having it disappearing would be kind of unexpected for some use cases I think
-
@user2684
OK