-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 placeholder #1555
Fix placeholder #1555
Conversation
@bolsinga Hey Greg can you take a look please? Thanks! |
In #1484 (where the line quoted above changed) I see @strangeliu Do you have a test that demonstrates this problem? If so it would be terrific to get a unit test that covers it so this doesn't break again. @Adlai-Holler @maicki How should this one property be reconciled with the discussion in #1479? |
Looking into
Therefore I think @strangeliu PR makes sense and we should go with it. |
@bolsinga I added a unit test for this. |
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.
Thanks for the test! And thanks for the advice @maicki
Glad it's resolved! We may should add some documentation around the property implementations based on what I wrote above and adjust the places where we are not doing it. cc @bolsinga @nguyenhuy @mikezucc |
Placeholder is not working anymore since
placeholderEnabled
is read from _flags but never set to it.