Add prompt option to select fields in l_ui_form - #87
Conversation
Allows passing prompt: "Choose..." on :select field configs, shown as the first option and only selectable when no value is set. Suppresses the default blank option when set.
ReviewAdds a Issues
Verdict🟧 Ship (with known minor issue) - Core logic is correct for the happy path; the extras-passthrough concern is a pre-existing pattern and the practical risk is low. |
Treat them like :collection and :placeholder so they never fall through to extras and render as raw HTML attributes on non-select field types.
Review of PR #87 - Add prompt option to select fields in l_ui_formThis PR adds a The logic is correct throughout: ✅ Ship |
Allows passing prompt: "Choose..." on :select field configs, shown as the first option and only selectable when no value is set. Suppresses the default blank option when set.