mirror of
https://github.com/zoriya/flood.git
synced 2026-06-08 12:42:41 +00:00
FilesystemBrowserTextbox, TagSelect: disallow text suggestion while open
This commit is contained in:
@@ -76,6 +76,7 @@ const FilesystemBrowserTextbox: FC<FilesystemBrowserTextboxProps> = ({
|
||||
<FormRowGroup ref={formRowRef}>
|
||||
<FormRow>
|
||||
<Textbox
|
||||
autoComplete={isDirectoryListOpen ? 'off' : undefined}
|
||||
addonPlacement="after"
|
||||
defaultValue={destination}
|
||||
id={id}
|
||||
|
||||
@@ -58,6 +58,7 @@ const TagSelect: FC<TagSelectProps> = ({defaultValue, placeholder, id, label}: T
|
||||
<label className="form__element__label">{label}</label>
|
||||
<div className={classes}>
|
||||
<Textbox
|
||||
autoComplete={isOpen ? 'off' : undefined}
|
||||
id={id || 'tags'}
|
||||
addonPlacement="after"
|
||||
defaultValue={defaultValue}
|
||||
|
||||
Reference in New Issue
Block a user