-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: create default helper element lazily #2714
Conversation
7c42e76
to
6af4d95
Compare
7fa40ab
to
ffe70e1
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.
Added several more comments but they aren't very important and the PR looks good to me. Approved 👍
8ea445d
to
7f82c4e
Compare
Co-authored-by: Sergey Vinogradov <[email protected]>
7f82c4e
to
297101c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This ticket/PR has been released with platform 22.0.0.alpha7 and is also targeting the upcoming stable 22.0.0 version. |
Description
Fixes #2382
This is an attempt to make the new behavior more or less aligned with that we used to have previously, i.e.
Notable changes:
helperText
property (or attribute) only updates text content for the default helper, not for custom one.helperText
property when it is inserted, but not updated later.FlattenedNodesObserver
for it.Type of change