mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
style date select
This commit is contained in:
@@ -20,6 +20,7 @@ export default function DateSelect() {
|
||||
<input
|
||||
required
|
||||
type="date"
|
||||
className="input-text"
|
||||
name="startDate"
|
||||
value={startDate || ''}
|
||||
onChange={onChangeEvent}
|
||||
@@ -33,6 +34,7 @@ export default function DateSelect() {
|
||||
<input
|
||||
required
|
||||
type="date"
|
||||
className="input-text"
|
||||
name="endDate"
|
||||
value={endDate || ''}
|
||||
placeholder="Von"
|
||||
|
||||
Reference in New Issue
Block a user