-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support masking password
type field
#503
Labels
Milestone
Comments
igarashitm
added
canvas/config-form
Configuration form related issues
enhancement
New feature or request
labels
Dec 5, 2023
We also need to be able to unmask the field to write placeholders on it. |
related to #285 ? |
Yes, related |
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
May 3, 2024
… password` Fixes: KaotoIO#285 Fixes: KaotoIO#503
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
May 3, 2024
… password` Fixes: KaotoIO#285 Fixes: KaotoIO#503
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
May 3, 2024
… password` Fixes: KaotoIO#285 Fixes: KaotoIO#503
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
May 3, 2024
… password` Fixes: KaotoIO#285 Fixes: KaotoIO#503
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Please describe the feature that you want to propose
cf. #497 (comment)
Some of the official kamelets have
format: password
in its parameter definition. It is already passed intopropertiesSchema
in Kaoto.However, uniforms seems not leverage it to make
TextInput
to havetype=password
.https://github.com/KaotoIO/uniforms-patternfly/blob/081136eb61576f18b7bb437bb01ec29b901ce066/src/TextField.tsx#L118-L126
Here it should do
The text was updated successfully, but these errors were encountered: