You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inputs of type datetime-local may specify a step attribute to set the input's granularity. The attribute value defaults to "60" but can be set to "1" to allow entering seconds.
Passing step in the Inputs.datetime() options does not change the input's granularity. Instead, the step attribute has to be applied after the input was created.
The text was updated successfully, but these errors were encountered:
Inputs of type
datetime-local
may specify astep
attribute to set the input's granularity. The attribute value defaults to "60" but can be set to "1" to allow entering seconds.Passing
step
in theInputs.datetime()
options does not change the input's granularity. Instead, the step attribute has to be applied after the input was created.The text was updated successfully, but these errors were encountered: