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