mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-01-20 20:01:18 +00:00
layout fix
This commit is contained in:
parent
599f89ba5f
commit
66ca54b9b9
@ -36,11 +36,13 @@ export function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyl
|
||||
})
|
||||
|
||||
var tribute = new Tribute({
|
||||
containerClass: 'tw-z-500 tw-bg-base-100 tw-p-2 tw-rounded-lg tw-shadow',
|
||||
containerClass: 'tw-z-3000 tw-bg-base-100 tw-p-2 tw-rounded-lg tw-shadow',
|
||||
selectClass: 'tw-font-bold',
|
||||
trigger: "#",
|
||||
values: values,
|
||||
menuShowMinLength: 3,
|
||||
|
||||
|
||||
noMatchTemplate: () => {
|
||||
return ""
|
||||
},
|
||||
@ -57,6 +59,8 @@ export function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyl
|
||||
}
|
||||
init.current = true;
|
||||
}
|
||||
console.log(ref.current);
|
||||
|
||||
}, [ref])
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user