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
As it is now, sometimes you can have a weird gap to the top that is impossible to override as it is basically inline style. Plus not having any specific classname to the add button, makes it hard to target specifically array field add buttons, without accidentally catching other buttons that you have in the app by this selector.
The text was updated successfully, but these errors were encountered:
Latest version.
Arrayfield, should be passed also addButtonClassName prop by which you can override the hardcoded values
className={addButtonClassName ?? "align-self-end mt-15"}
addButtonClassName default value undefined.
As it is now, sometimes you can have a weird gap to the top that is impossible to override as it is basically inline style. Plus not having any specific classname to the add button, makes it hard to target specifically array field add buttons, without accidentally catching other buttons that you have in the app by this selector.
The text was updated successfully, but these errors were encountered: