Skip to content
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

Editor does not support widget type Input #400

Open
me21 opened this issue Aug 3, 2020 · 2 comments
Open

Editor does not support widget type Input #400

me21 opened this issue Aug 3, 2020 · 2 comments

Comments

@me21
Copy link

me21 commented Aug 3, 2020

I was searching for a password input widget and I found the issue #206. There is a solution in that issue. However, when I used the editor, I couldn't find such widget. That means I have to edit the generated code by hand and my edits will disappear when I change something in the editor.

It would be nice to support password input widget in the editor. Thank you!

@me21
Copy link
Author

me21 commented Aug 3, 2020

Update: the editor loaded my app successfully after changing widget type by hand. It displayed Input control. However, I could not find it on the widgets palette and my input_type='password' argument to the constructor of the widget got deleted on save.

@dddomodossola
Copy link
Collaborator

@me21 the input type is strictly related to the widget behavior, and so changing it can cause problems. The correct way to do this is to implement the Password widget. I will do it shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants