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
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Following web standards all elements should use the format data-* when using unsupported attributes.
dcc.Input uses 'persisted_props' and 'persistence_type' as attributes, to comply with standards they should be 'data-persisted_props' and 'data-persistence_type'
Following web standards all elements should use the format data-* when using unsupported attributes.
dcc.Input uses 'persisted_props' and 'persistence_type' as attributes, to comply with standards they should be 'data-persisted_props' and 'data-persistence_type'
<input id="lat_min" type="number" max="90" min="-90" placeholder="Min Latitude" step="5" persisted_props="value" persistence_type="local">
The text was updated successfully, but these errors were encountered: