| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
View your CI Pipeline Execution ↗ for commit d3bd6e9
☁️ Nx Cloud last updated this comment at 2026-03-04 19:23:30 UTC |
Sorry, something went wrong.
| return; | ||
| } | ||
|
|
||
| const nativeField = textField as any; |
There was a problem hiding this comment.
Is cast to any necessary here? I understand these props are available in UITextField.
Sorry, something went wrong.
There was a problem hiding this comment.
Some properties are sdk level scoped so we can probably rather use SDK_VERSION scope on some.
Sorry, something went wrong.
| */ | ||
| textField.secureTextEntry = true; | ||
| } | ||
| this._applySecureWithoutAutofillTraits(textField); |
There was a problem hiding this comment.
Maybe we need an extra flag to determine if the native props have already been updated and reduce _applySecureWithoutAutofillTraits calls since there are cases like reloadInputViews() that might be called multiple times while typing.
For instance, the old fix made sure to check whether secureTextEntry was already enabled or not before proceeding.
Sorry, something went wrong.
There was a problem hiding this comment.
I see the PR got merged but I'll leave a couple of comments here.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.