Skip to content

feat(controls): Make UFormRow render `label` tag to make it clickable

Andrii Bezuglyi requested to merge feat/vue_control_label into master

Before: label is just label Label is HTML label tag (https://developer.mozilla.org/ru/docs/Web/HTML/Element/label), which gets us nice behavior - when I click on label, control gets a focus.

@dmytro.rudnyk - please have a look. As far as I concerned - it does not break anything, but that's just me :)

Merge request reports