mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
feat: melhora a UX de lançamentos e ações rápidas
This commit is contained in:
@@ -77,6 +77,7 @@ export function EstabelecimentoInput({
|
||||
required={required}
|
||||
maxLength={maxLength}
|
||||
autoComplete="off"
|
||||
className={estabelecimentos.length > 0 ? "pr-8" : undefined}
|
||||
/>
|
||||
{estabelecimentos.length > 0 && (
|
||||
<RiSearchLine className="absolute right-3 top-1/2 -translate-y-1/2 size-4 text-muted-foreground pointer-events-none" />
|
||||
|
||||
Reference in New Issue
Block a user