Andrew
Andrew
> I was going to open this exact same issue, but for Angular. > > Pretty much the same behavior, but also happens with NgModel (or pretty much any data...
Hai, im has same issue but i can resolve this issue in `````` ``` Button One Two export default { name: 'Voicemail', data () { return { showSelect: true, selectComponent:...
> ``` > > > type="button" > class="inline-block rounded bg-primary px-6 pb-2 pt-2.5 text-xs font-medium uppercase leading-normal text-white shadow-[0_4px_9px_-4px_#3b71ca] transition duration-150 ease-in-out hover:bg-primary-600 hover:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.3),0_4px_18px_0_rgba(59,113,202,0.2)] focus:bg-primary-600 focus:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.3),0_4px_18px_0_rgba(59,113,202,0.2)] focus:outline-none focus:ring-0 active:bg-primary-700 active:shadow-[0_8px_9px_-4px_rgba(59,113,202,0.3),0_4px_18px_0_rgba(59,113,202,0.2)]...
> Hi! Any chance to recreate the issue inside a snippet? https://tailwind-elements.com/snippets/ I cannot recreate the problem. > > Did you check if that issue occurs on a new project?...