mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
optimized #tag autocomplete
This commit is contained in:
parent
ad78f4993b
commit
d3fab314ae
@ -36,10 +36,11 @@ export function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyl
|
||||
})
|
||||
|
||||
var tribute = new Tribute({
|
||||
containerClass: 'tw-z-500 tw-bg-white tw-p-2 tw-rounded-lg tw-shadow',
|
||||
containerClass: 'tw-z-500 tw-bg-base-100 tw-p-2 tw-rounded-lg tw-shadow',
|
||||
selectClass: 'tw-font-bold',
|
||||
trigger: "#",
|
||||
values: values,
|
||||
menuShowMinLength: 3,
|
||||
noMatchTemplate: () => {
|
||||
return ""
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user