Default Date in Date component but later changeable

I want to set the default value of the date component as current date, but later user should be able to choose another date. how to achieve this

Use a binding of now(0)

but users will have to choose another date if they need , using now() will only stick to the current value

No, now(0) updates once. Now without the 0 qualifier updates continuous. Read the last code snippet:

1 Like