Skip to content

Conversation

@gorazd-up2go
Copy link

lwc test should run: execute npm test

apex test should run

pozil and others added 30 commits November 13, 2020 15:08
* 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
Support for custom minimum search term length
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.
@gorazd-up2go gorazd-up2go requested review from a team and rajas94 February 23, 2021 15:16
@gorazd-up2go
Copy link
Author

@rajas94 I put you as reviewer as you created "additional feature".

Copy link

@itsmebasti itsmebasti left a 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..

Copy link

@rajas94 rajas94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@gorazd-up2go
Copy link
Author

I merged it locally and pushed through local git.

@gorazd-up2go gorazd-up2go deleted the gogi/ForkMerge branch February 24, 2021 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

6 participants