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
What you were expecting:
In RA v3 we were able to override the SimpleFormIterator styles from within our Theme component, but it seems that with the upgrade to v4, this is something we can no longer do
You can see from the repro case that we're applying styles to both the RaEdit component RaSimpleFormIterator. The styles are being applied to the Edit form, but none are being applied to the SimpleFormIterator.
I've also tried a number of different selectors and they don't work.
I'll be happy to open a PR to resolve this. I imagine that it was a small oversight, and would be a straight forward fix
React-admin version:
Last version that did not exhibit the issue (if applicable):
React version:
Browser:
Stack trace (in case of a JS error):
The text was updated successfully, but these errors were encountered:
What you were expecting:
In RA v3 we were able to override the SimpleFormIterator styles from within our Theme component, but it seems that with the upgrade to v4, this is something we can no longer do
You can see from the repro case that we're applying styles to both the RaEdit component RaSimpleFormIterator. The styles are being applied to the Edit form, but none are being applied to the SimpleFormIterator.
I've also tried a number of different selectors and they don't work.
I'll be happy to open a PR to resolve this. I imagine that it was a small oversight, and would be a straight forward fix
The text was updated successfully, but these errors were encountered: