Is there a way to handle dynamically created inputs for editing purposes without using jQuery or vanilla JS all the time? Each input element has its own ID and is displayed through v-if
when editing is triggered. However, Vue does not recognize them in refs, so $refs cannot be used. Any alternative solutions?