New: Add date picker for custom filter dates

Closes #4972
pull/4991/head
Douglas R Andreani 3 years ago committed by GitHub
parent bba4a5636e
commit 5a08d5dc24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save