ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

Textfield type: password with RadDataForm got an Issue #1378

Open jamonhin opened 4 years ago

jamonhin commented 4 years ago

Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.

Please, provide the details below:

Using a form (RadDataForm) with a component of textfield with type: password, running on android when I changed orientation from vertical to horizontal of the device, the app shows the password that user type.

Tell us about the problem

Please, ensure your title is less than 63 characters long and starts with a capital letter.

Using a form (RadDataForm) with a component of textfield with type: password, running on android when I changed orientation from vertical to horizontal of the device, the app shows the password that user type.

Which platform(s) does your issue occur on?

iOS/Android/Both (if applicable tell us the specific version of the platform)

Android

Please provide the following version numbers that your issue occurs with:

NativeScript with angular

Please tell us how to recreate the issue in as much detail as possible.

  1. Start the application.
  2. create a form RadDataForm with a text field type: password
  3. run the app for android platform
  4. type any password on the textfield
  5. change the orientation of the device
  6. see that the password now is visible

Here some examples Screen Shot 2020-03-22 at 2 22 23 am Screen Shot 2020-03-22 at 2 23 12 am

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

(You can paste entire code snippets, link to playground demo or attach a runnable project)