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
Ok, thanks for this report. I have opened an issue on its library (this is a sandbox with examples of usage of these libraries).
Regarding placeholders, there were complains saying that placeholders shouldn't be default choices, so it was removed in a recent version. There must be room for improvement here though. Limenius/Liform#17
The form html is not taking into account placeholders and also it is not following set order on EntityType field.
This is working correctly in 'plain' Symfony.
The specific form field:
`
The schema is getting the correct info ( from console.log(adEntry.state))
`
But the output is leaving aside the order above ( from enum and enum_titles ) and ordering by <option value""> ascending.
Also the placeholder or default option is not being taken into account, even though the schema is correct. This for all fields.
html
`
Thanks
The text was updated successfully, but these errors were encountered: