- Notifications
You must be signed in to change notification settings - Fork 0
Merged forked release 2.8.0 (a2R1T000002QTyrUAG) #6
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
Conversation
* Added 'disabled' attribute and bumped version * Prevent selection changes when disabled * Updated readme * Fixed typo in comments * Revert test change in sample app
* Bumped devDependencies * Replaced isExpanded() with hasResults() * Added support for new record creation
Add inline variant support
Support for custom minimum search term length
Fixed regex injection
Allow the new record modal to be prepopulated with default field values. A string of comma-separated key/value pairs (i.e. "Key1=Value1,Key2=Value2") is assigned to the component property data-defaults and is passed to the new record NavigationMixin as a state property. Example: newRecordOptions = [ { value: 'Account', label: 'New Account', defaults: "Name=Test,Type=Prospect" } ] Add defaultFieldValues to newRecordOptions
Allow search results to be extended to support additional class attributes.
Make LookupSearchResult a virtual class
Added pre-navigate callback
| @rajas94 I put you as reviewer as you created "additional feature". |
itsmebasti left a comment
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.
nice, looks good.
I also compared it to main and saw that you could even improve or revert some things 👍
Interesting that they also stumbled over the regexp, maybe we should have contributed some changes..
rajas94 left a comment
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
| I merged it locally and pushed through local git. |
lwc test should run: execute npm test
apex test should run