mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 11:05:56 +00:00
turn off autocomplete on date range widget for the love of god
This commit is contained in:
parent
8d85e5ac26
commit
b71ad338e8
@ -99,6 +99,7 @@ export default function DateRangePickerWidget({
|
||||
helperText={commonAttributes.helperText}
|
||||
type="text"
|
||||
size="md"
|
||||
autocomplete="off"
|
||||
disabled={disabled || readonly}
|
||||
invalid={commonAttributes.invalid}
|
||||
invalidText={commonAttributes.errorMessageForField}
|
||||
@ -110,6 +111,7 @@ export default function DateRangePickerWidget({
|
||||
placeholder={DATE_FORMAT_FOR_DISPLAY}
|
||||
type="text"
|
||||
size="md"
|
||||
autocomplete="off"
|
||||
disabled={disabled || readonly}
|
||||
invalid={commonAttributes.invalid}
|
||||
autoFocus={autofocus}
|
||||
|
Loading…
x
Reference in New Issue
Block a user