react-client
react-client copied to clipboard
Tag picker UI bug
Description
The tag picker has some strange overlapping when a tag is already selected.
- Go to https://ui-test.hedgedoc.org/history
- Add
coolto theSelect tags...input - Enter the same input and start typing
updated
Expected behavior
The updated text should not hide behind the cool tag.
Screenshots

The problem seems to be with this part of react-bootstrap-typeahead
.rbt-input-multi .rbt-input-main[placeholder=""] {
width:10px!important;
}
If it is removed the picker seems to work like it should. only problem is that it's a bigger input then the others and that needs some fixing…

Not relevant anymore. See https://github.com/hedgedoc/hedgedoc/issues/994