Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
✨ Add support for 'time' and 'datetime-local' input types
- Update PropTypes in Input.react.js to include 'time' and 'datetime-local'
- These input types have wide browser compatibility and are commonly requested
- Fixes PyCharm type warnings when using these input types with dcc.Input

Closes #3385
  • Loading branch information
LeticiaBN committed Sep 26, 2025
commit a31ea469ba87461bb7dcc8b2cba66b97c9da3fa1
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ Input.propTypes = {
'tel',
'url',
'hidden',
'time',
'datetime-local',
]),

/**
Expand Down