mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 15:23:40 -07:00
New: Add date picker for custom filter dates
(cherry picked from commit 5a08d5dc248bf1dbaa43264a2a470149cf716a3c)
This commit is contained in:
parent
a7d37501c1
commit
3045b68a5b
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ class DateFilterBuilderRowValue extends Component {
|
|||
<TextInput
|
||||
name={NAME}
|
||||
value={filterValue}
|
||||
type="date"
|
||||
placeholder="yyyy-mm-dd"
|
||||
onChange={this.onValueChange}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue