🐛 (js) Enable prefill for date input
This commit is contained in:
@ -152,6 +152,7 @@ const Input = (props: {
|
||||
<Match when={props.block.type === InputBlockType.DATE}>
|
||||
<DateForm
|
||||
options={props.block.options as DateInputOptions}
|
||||
defaultValue={getPrefilledValue()}
|
||||
onSubmit={onSubmit}
|
||||
/>
|
||||
</Match>
|
||||
|
Reference in New Issue
Block a user