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