Conversation
|
A change to documentation files was detected in your PR. Please visit this link to preview changes: https://portal-staging.powerapp.cloud/docs?filters[kind]=all&filters[user]=all&filters[namespaceFilter]=play-3150 |
nickamantia
approved these changes
Aug 24, 2026
Contributor
Author
|
All commits cherry-picked to #6538 for combined ninja testing |
Contributor
Author
|
Since all code here ported over to #6538, closing this PR in favor of shipping the combined PR |
6 tasks
nickamantia
added a commit
that referenced
this pull request
Aug 31, 2026
…eact Hook Form Support for React (#6538) [PLAY-3149](https://runway.powerhrg.com/backlog_items/PLAY-3149) This PR also contains all code from [PLAY-3150](#6544), cherry picked over for safer testing and merging. <img width="1185" height="772" alt="Screenshot 2026-08-21 at 2 59 35 PM" src="https://github.com/user-attachments/assets/b8d37f5c-4cf0-4e98-a7d6-03d9eb72eb2c" /> This PR brings over the dynamic options from the typeahead kit to the dropdown kit. New props include: `options_by_context` `context_selector` `clear_on_context_change` `options_event_type` They are slightly re-named from the typeahead kit just to fit in better with the dropdown. As stated above, this PR also contains all code from PLAY-3150 which adds react hook form support to the React Dropdown kit. **How to test?** Steps to confirm the desired behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See addition/change #### Checklist: - [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a review. - [ ] **TESTS** I have added test coverage to my code. - [ ] **PLAYGROUND** I have added and tested Playground metadata and overrides for all kits and props updated in my code. - [ ] **SEMVER** I have added a `minor`, `major`, or `patch` label for release. - [ ] **RC** I have added an `inactive RC` label if not an active RC. --------- Co-authored-by: nidaqg <nidaqg@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PLAY-3150
Adds react-Hook-form control to Dropdown kit.
Screenshots: Screenshots to visualize your addition/change
How to test? Steps to confirm the desired behavior:
Checklist:
enhancement,bug,improvement,new kit,deprecated, orbreaking. See Changelog & Labels for details.milanolabel to show I'm ready for a review.minor,major, orpatchlabel for release.inactive RClabel if not an active RC.