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
1 changed files with 1 additions and 0 deletions

View File

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