1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04: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

View File

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