New: Add date picker for custom filter dates

(cherry picked from commit 5a08d5dc248bf1dbaa43264a2a470149cf716a3c)
This commit is contained in:
Douglas R Andreani
2022-04-10 01:15:02 -03:00
committed by Qstick
parent 35e561e2c0
commit a6eb1bf546

View File

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