-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 73.9
-
Component/s: Layouts & Widgets, Studio Designer
-
Backlog priority:900
-
Sprint:nxNest Sprint 10.1.2, NOS 10.1.6
-
Story Points:2
Problem
Float scaffold is adding an Input type="number".
This will only allow for integers ad step is defaulted at 1
So, use cannot submit a form with this scaffold as server side an integer will result in error.
Proposed solution
- change the step to 0.01
- this will allow for 2 decimal float positions
- user can change this if it is needed more precision
- depends on
-
NXS-4594 Create 10.x target platforms
- Resolved
-
ELEMENTS-507 Add step attribute in nuxeo-input
- Resolved