-
Notifications
You must be signed in to change notification settings - Fork 356
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
Difference between <None>
and Nothing selected
in dialog user tag control
#6392
Comments
ManageIQ/ui-components#272 was kinda related to this. |
@skateman Seems like a bug but odd that it's not reproduceable in the nightly. If the field is required it should say "<Choose>" and if it's not required it should say "<None>" and already be selected. As mentioned in #6393 though, if it's a multiselect, the blank value might show up because the fix for multiselect would be to not include either option (since it doesn't make sense to select both "<None>" and, say, "Chicago"). I think in this case maybe the easiest way to go would be the UI somehow needs to filter out the true "empty" value versus the "<None>"/"<Choose>" values. I guess it depends on how simple it is to get patternfly to do the correct thing. |
Yeah, my guess was also that the problem is on the frontend side, because the |
Could be caused by the Tag select not using miq-select (while the rest of dropdowns do). (dropdowns: https://github.com/ManageIQ/ui-components/blob/master/src/dialog-user/components/dialog-user/dialogField.html#L59-L84, |
With miq-select for tags (#427), Tag Single - "Nothing Selected" appears in options and is preselected, instead of So this is still an issue... Looks like in both cases In both cases, So, one issue is that |
OK, with ManageIQ/manageiq#19696, possibly ManageIQ/manageiq#19697 (not sure yet), and definitely ManageIQ/ui-components#431, this should be fixed :) (once merged). |
The tag control field of the dialog user has both a
<None>
and aNothing selected
option, which is a little weird. Is this a bug, or a feature? The options has an extra?
value with no label 😕Also I'm not able to reproduce it in the nightly z:
@miq-bot add_label question, automation/automate, angular dialogs
@romanblanco, @gmcculloug, @tinaafitz, @himdel
The text was updated successfully, but these errors were encountered: