-
Notifications
You must be signed in to change notification settings - Fork 399
💡Added support to ModernTaxonomyPicker in DynamicForm - Fix 1275 [Repo Rescuer Challenge] #1962
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
💡Added support to ModernTaxonomyPicker in DynamicForm - Fix 1275 [Repo Rescuer Challenge] #1962
Conversation
Hello Nish, thanks for providing this PR. Here's my two cents about this one, to go further this update. At some point, I was thinking about definitely replacing From my perspective, with this PR we can let users choose to use the picker they want. But once we plan to update PnPjs version, we'll have to keep in mind that this will involve code base / documentation update regarding the |
Hey @michaelmaillot I completely agree with your perspective. Allowing users to choose between In addition to this, I was also thinking to extend Looking forward to any further feedback! Thanks, |
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.
Hey @NishkalankBezawada,
Nice improvment! I've added some feedback, please let me know if you need help.
Would you mind resolving conflicts also?
Hey @michaelmaillot All set for your review. Thanks, |
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.
Hey @NishkalankBezawada,
The error met when typing in the taxonomy field when using ModernTaxonomyPicker
should be addressed. I've proposed an update as a suggestion to fix this.
Let me know if you need any assistance.
Hello @michaelmaillot This is now been addressed. All set for your review. Thanks, |
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.
Fix is ok, autocomplete works like a charm👍
Just a few updates to do and we'll be good to go!
Could you please remove them? |
Yepp @michaelmaillot, Its done now. //Nish |
Merged manually, thanks again for your contribution! I've updated the PR to state it as an enhancement, not a bug fix according to me. |
What's in this Pull Request?
Added support to
ModernTaxonomyPicker
control in Dynamic Form. This will be handled by a propertyuseModernTaxonomyPicker
By using this property, we ensure that both TaxonomyPicker control and ModernTaxonomyPicker control can be used. This will be automatically defaulted to use
TaxonomyPicker
control.Guidance @joelfmrodrigues
Thanks,
Nish