suffixAction() for more form field types. #5622
dave-mills
started this conversation in
Ideas
Replies: 2 comments
-
As long as it doesn't look weird styling wise, feel free to PR |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm interested in seeing this developed, unable to find time for this myself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been exploring adding custom actions to form fields. The
suffixAction()
(andprefixAction()
) works great forTextInput
,Select
andColorPicker
fields. I think it would be great to also have it for other fields. In my case specifically, It'd be really useful on:I can see that maybe not all of the attributes related to the
HasAffixes
trait would make sense on all fields (e.g., adding asuffixIcon()
to a Repeater field), and probably the ability to do this for Text and Select fields covers 90% of all use cases, but given I've just bumped up against this I thought I'd bring up the idea!Beta Was this translation helpful? Give feedback.
All reactions