Results 6 issues of Julian Thilo

In the tab component, the label element gets the attribute `role="tab"`. According to the [HTML spec](https://www.w3.org/TR/html-aria/#docconformance) (see label entry in table in linked section), no roles are allowed for the...

We're not sure if this is the intended behavior: an input with label and placeholder that is marked as required and empty will never be styled as invalid because the...

bug

At the moment, all icons receive a small amount of right margin, which is very helpful when they're placed in front of text. However, in some situations, there is no...

Currently, when a disabled form control or button contains HTML elements (for example, icons or `span`s for internationalization), clicking on that part of the content is not actually disabled. That...

**Describe the bug** The splitter's methods [_move_to_comma_or_closing_curly_bracket](https://github.com/sciunto-org/python-bibtexparser/blob/main/bibtexparser/splitter.py#L173) and [_move_to_closed_bracket](https://github.com/sciunto-org/python-bibtexparser/blob/main/bibtexparser/splitter.py#L125) each contain a check for unexpected block starts. Unfortunately, this interferes with the parsing of entries that contain the `@` sign...

### Current Behavior When I include an existing user in my import file and don't list any groups, the CLI removes all of the previously set groups for that user....

bug