-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Material] Added focusnodes in textfield demo #424
Conversation
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.
LGTM except for a small comment!
We're still waiting to resolve our CI checks however, so please be patient until we do and then I can merge this.
_lifeStory = FocusNode(); | ||
_password = FocusNode(); | ||
_retypePassword = FocusNode(); | ||
super.initState(); |
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.
Please call super first for initState()
, it is fine to call last for dispose()
I've made changes needed. |
@rami-a , Should I also add focusnode in shrine and rally login form, If so do I do it in a separate PR or in this one? Let me know what you think. |
Sure that's a good idea! I'd say make it a separate PR. Thanks! |
Hey @Alabhya268, I have now fixed the broken tests. Please update your branch with the latest changes from master when you get a chance and then it should be good to merge! |
Looks like after merging your divider PR, this one needs to be updated again |
PR for #422
@rami-a, I've added focusnodes, Please review this PR.
WhatsApp.Video.2021-02-05.at.9.34.25.PM.mp4