s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to step in input number.

Atorcha opened this issue · comments

For example add a number this way.

23
23.5
24
24.5

Thanks again

SOLVED:

Just adding ESPUI.addControl(Step, "", "0.1", None, mainNumber);

0.1 is the step to enter number

It´s shows te number 24.00 not the real number imput.

I will check.