fix(FE): fixing table flickering when input form value

This commit is contained in:
randy-ar
2025-11-19 10:21:59 +07:00
parent a9bdb6c36e
commit f68e59e8c7
4 changed files with 183 additions and 49 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ const TextArea = ({
<textarea
className={cn(
'input h-auto px-4 py-2 text-base font-normal leading-6 w-full rounded outline-none! transition-all bg-white',
'textarea h-auto px-4 py-2 text-base font-normal leading-6 w-full rounded outline-none! transition-all bg-white',
{
'border-error': isError,
'border-success!': isValid,