-
Notifications
You must be signed in to change notification settings - Fork 824
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
NEW ListboxField react field schema #10842
NEW ListboxField react field schema #10842
Conversation
Unit test failures seem relevant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good to me and works locally. There's some CI things to clean up, and a couple of small things in the code.
7f32db5
to
4037f21
Compare
4037f21
to
e1d10a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, works well locally. Thank you for this!
Adds the required methods for ListboxField to have a React Component (in this case, for asset-admin)
Companion PR to silverstripe/silverstripe-admin#1533
Blocker for #10819
Issue