You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like it should still be rendered. In case of a form with a single combobox there would be no named input field and the form would probably be invalid (at least that happens with a symfony form). Adding a hidden input manually works, so it's not a huge problem
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if it's a bug, but hidden input for html forms is not rendered if combobox is "nullable" and there is no selected value:
https://stackblitz.com/edit/vue-fhvdgs?file=src/App.vue
It seems like it should still be rendered. In case of a form with a single combobox there would be no named input field and the form would probably be invalid (at least that happens with a symfony form). Adding a hidden input manually works, so it's not a huge problem
Beta Was this translation helpful? Give feedback.
All reactions