mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 20:59:16 +00:00
improvement: added autoHighlight to automplete fields
This commit is contained in:
@@ -163,6 +163,7 @@ const NewTicketModal = ({ modalOpen, onClose }) => {
|
|||||||
loading={loading}
|
loading={loading}
|
||||||
style={{ width: 300 }}
|
style={{ width: 300 }}
|
||||||
clearOnBlur
|
clearOnBlur
|
||||||
|
autoHighlight
|
||||||
freeSolo
|
freeSolo
|
||||||
clearOnEscape
|
clearOnEscape
|
||||||
getOptionLabel={renderOptionLabel}
|
getOptionLabel={renderOptionLabel}
|
||||||
|
|||||||
@@ -111,6 +111,7 @@ const TransferTicketModal = ({ modalOpen, onClose, ticketid }) => {
|
|||||||
options={options}
|
options={options}
|
||||||
filterOptions={filterOptions}
|
filterOptions={filterOptions}
|
||||||
freeSolo
|
freeSolo
|
||||||
|
autoHighlight
|
||||||
noOptionsText={i18n.t("transferTicketModal.noOptions")}
|
noOptionsText={i18n.t("transferTicketModal.noOptions")}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
renderInput={params => (
|
renderInput={params => (
|
||||||
|
|||||||
Reference in New Issue
Block a user