-2

If we try using the below way it's worked using coral UI-3(granite/ui/components/coral/foundation/form/number field) linkref

But not working with AEM 6.4 and if we use Coral UI-2 (granite/ui/components/foundation/form/numberfield)

Is there a way in Coral UI-2?

1 Answers1

0

Steps property of numberfield is used for incrementing, for "granite/ui/components/foundation/form/numberfield" resourceType, provide the steps in string like steps="0.01" or whatever precision you want.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Ashish
  • 1