You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
>
Is there a recommended way to achieve this, or could support for this feature be added?
Thanks for your help! 🙌
The text was updated successfully, but these errors were encountered:
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"
>
Is there a recommended way to achieve this, or could support for this feature be added?
Thanks for your help! 🙌
The text was updated successfully, but these errors were encountered: