1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

New: Add date picker for custom filter dates

Closes #4972
This commit is contained in:
Douglas R Andreani 2022-04-10 01:15:02 -03:00 committed by GitHub
parent bba4a5636e
commit 5a08d5dc24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,7 @@ class DateFilterBuilderRowValue extends Component {
<TextInput
name={NAME}
value={filterValue}
type="date"
placeholder="yyyy-mm-dd"
onChange={this.onValueChange}
/>