mirror of https://github.com/Radarr/Radarr
New: Add date picker for custom filter dates
(cherry picked from commit 5a08d5dc248bf1dbaa43264a2a470149cf716a3c)
This commit is contained in:
parent
d58f0806f6
commit
ba770dce73
|
@ -161,6 +161,7 @@ class DateFilterBuilderRowValue extends Component {
|
|||
<TextInput
|
||||
name={NAME}
|
||||
value={filterValue}
|
||||
type="date"
|
||||
placeholder="yyyy-mm-dd"
|
||||
onChange={this.onValueChange}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue