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

Unable to remove a skill/expertise/topic leader selection #92

Open
esjewett opened this issue Feb 21, 2018 · 2 comments
Open

Unable to remove a skill/expertise/topic leader selection #92

esjewett opened this issue Feb 21, 2018 · 2 comments
Labels

Comments

@esjewett
Copy link
Contributor

Once you add one of these, you seem to be stuck as there is no UI to remove the selection. For example, I should not be listed as the analytics topic lead, but I can't remove it.

@esjewett esjewett added the bug label Feb 21, 2018
@gregorwolf
Copy link
Contributor

Adding:

	public static final String NULL = "null";

to the Industry.java and:

	industryRepository.save(new Industry(Industry.NULL, ""));

will add an empty entry in the drop-down-list for industry. But as the content isn't empty the corresponding field will still be shown in display mode. Any ideas for a better solution?

@esjewett
Copy link
Contributor Author

It's tough with select inputs. Here are some options to handle this on the front end (where I think it should be):

  • I think you could just have a button next to the input with the label "Clear" that only displays if a value is selected
  • Switch to a multi-input (because multi-input is awesome ;) )
  • Switch to an action select and have the action be to clear the input

The Fiori Design Guidelines say to provide "(None)" as an option at the beginning of the list, but I think that's bad.

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

No branches or pull requests

2 participants