Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for autocomplete="off" in <x-choices-offline> component #785

Closed
Fernixp opened this issue Feb 5, 2025 · 1 comment
Closed
Labels

Comments

@Fernixp
Copy link

Fernixp commented Feb 5, 2025

I'm trying to disable the browser's autocomplete functionality in the component by adding the autocomplete="off" attribute, but it doesn't seem to work.

<x-choices-offline id='input-pruebas' label="Elige las pruebas asignadas a este estudio"
wire:model="parametro_id" :options="$parametros" placeholder="Buscar prueba..." single searchable
@change-selection="$wire.addParametro($event.detail.value);
focus();"
autocomplete="off"
>

Image

Is there a recommended way to achieve this, or could support for this feature be added?

Thanks for your help! 🙌

@robsontenorio
Copy link
Owner

Please, upgrade to maryUI v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants