Skip to content

Commit 17ad3cc

Browse files
committed
MBS-12230: Support autocomplete in date parsers
This adds autocomplete=on to the date parser field, to allow users to reuse recently used dates more easily.
1 parent 647ff9f commit 17ad3cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

root/static/scripts/edit/components/PartialDateInput.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ component PartialDateInput(
230230
<>
231231
{' '}
232232
<input
233+
autoComplete="on"
233234
className="partial-date-parser"
234235
disabled={disabled}
235236
id={'id-' + field.html_name + '.partial-date-parser'}

0 commit comments

Comments
 (0)