You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Some boolean parameters (e.g.:
has_password
) are being represented in the WebUI with theIpaTextInput
component. As these components can only process strings, this way of representing boolean parameters is not efficient.Goal:
Originally posted by @pvoborni in #136 (comment)
The text was updated successfully, but these errors were encountered: