__araceli
__araceli
KPCKevin Powell - Community
Created by pierog._ on 8/19/2023 in #front-end
Name and ID attribute for vue form
Hi, I am also learning Vue. Now that you say it, one advantage I can think of is that if it the input has an id you can link it to its <label> using the for="inputId". That way when you click the label the input gets focus
2 replies
KPCKevin Powell - Community
Created by ME on 8/17/2023 in #front-end
Event doesn't work
Hi, not sure if you already solved this, but when you put pointer events none on an element, the children inherit it. So you will need to put pointer events: all in the item you want to interact
10 replies