v1.27.2
ElementInternals.setFormValue() was only called from the blur handler, so a form submitted before a field lost focus (an initial value attribute, a programmatic .value assignment, or the clear button) could send a stale or missing value. Sync now happens reactively whenever value changes, matching u-select's existing contract.