-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow custom add/remove button in SimpleFormIterator #4676
Comments
@fzaninotto @samelm @djhi I am trying to implement this. |
@manishsundriyal Can you please explain your problem with more context? |
@fzaninotto So far, I have implemented the following.
My concern is how we'll handle the
|
@fzaninotto @djhi |
The Then This function would then do its normal job for Make sense ? |
@djhi Thanks for the quick response, I will do that. |
@fzaninotto @djhi |
Fixed by #4818 |
Is your feature request related to a problem? Please describe.
Now buttons text taken from
translate()
, but in my case have to output different button text in differentArrayInput
I want to be able pass custom add/remove button component
Describe the solution you'd like
Maybe can pass props to SimpleFormIterator like
What do you think about it?
The text was updated successfully, but these errors were encountered: