Hi Team,
In my cq:dialog I have a field with following details:
<answerScore jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/numberfield"
fieldDescription="Select Score value for this Answer."
fieldLabel="Answer Score" name="./answerScore"
required="{Boolean}true"
min="{Double}-1"
max="{Double}10"
step="{Double}0.0001"/>
It works fine for most of the values but fails for value 2.05. Is there anything I am doing wrong?
Thanks in advance!!