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

[UI] Implement a new read-only widget to handle boolean parameters #137

Open
carma12 opened this issue Aug 23, 2023 · 1 comment
Open

[UI] Implement a new read-only widget to handle boolean parameters #137

carma12 opened this issue Aug 23, 2023 · 1 comment

Comments

@carma12
Copy link
Collaborator

carma12 commented Aug 23, 2023

Some boolean parameters (e.g.: has_password) are being represented in the WebUI with the IpaTextInput component. As these components can only process strings, this way of representing boolean parameters is not efficient.

Goal:

  • Implement a new reusable Ipa component to handle boolean parameters
  • The new component needs to be read-only
  • Components to consider: read-only component similar to Text input that conditionally renders a custom text/string.

Originally posted by @pvoborni in #136 (comment)

@carma12 carma12 changed the title Implement a new read-only widget to handle boolean parameters [UI] Implement a new read-only widget to handle boolean parameters Aug 23, 2023
Copy link

This issue has not received any attention in 365 days.

@github-actions github-actions bot added the stale This PR/issue is stale and will be closed label Aug 24, 2024
@carma12 carma12 removed the stale This PR/issue is stale and will be closed label Aug 26, 2024
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

1 participant