what about using ref on in the script setup .. since is a native html tag and not a component how do you use defineExpose. in a scenario where on is hidden and a click on a different visible button should trigger the hidden input
hey! this is a link from the docs that should help v3.vuejs.org/api/sfc-script-setup.html#defineexpose in the script setup syntax, our component is closed meaning that our properties won’t be exposed.