I’d like to see a warning (or even info) field/array added to the ecto changeset and the input fields.
Something to enable messages like this:
Would give:
- a good user experience since the message is next to the input field
- no distraction and additional eye movement on bigger screens when using a flash message for this
- better handling and UX on mobiles
I started to change the input core component until I noticed I would have to dig deep into changesets as well…
I vaguely remember that somebody tried to do this a few years ago