This diff covers the native side of disabling the "Delete account" button when a user has yet to input anything.
Curiously, the disabled feature on native appears to not gray-out the button but only not allow users to click it (see test video)
ENG-2014
Details
Details
Verify that the button is disabled (unclickable) when text input is empty.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Curiously, the disabled feature on native appears to not gray-out the button but only not allow users to click it
I'm not 100% on this, but I worked on the same kind of thing for a different area on native (https://phab.comm.dev/D5320), and I think the reason for that is we're actually rendering Button from a custom component, not from react-native so the expected behavior might be different. Probably good to double check this though since I might be wrong here