Martin Bohal

Results 18 issues of Martin Bohal

Even headers with only children that do not satisfy the filterable filter are shown. These also appear in the navigation bar. ![screenshot from 2019-01-08 18-56-50](https://user-images.githubusercontent.com/4589176/50849389-2daf2600-1377-11e9-8efe-513b65188081.png)

When we change the filter, it should modify the query parameters in the URL. When we load the page it should set the filter according to the URL parameters if...

feature

https://nvd.nist.gov/vuln/detail/CVE-2015-9251 jQuery before 3.0 is vulnarabel to XSS attack.

bug
BC

Chrome latest on Linux ![selection_001](https://cloud.githubusercontent.com/assets/4589176/18705214/a21f8cf2-7fed-11e6-93e7-197263907d4e.png)

bug

Must implement - Click anywhere on row selects/unselects - Select All/UnselectAll checkbox If all are selected manually the Select All gets checked automatically and unchecked if not all rows are...

feature

If there are non-english characters in the source the character count is off with the default encoding. This causes false positives as a line that has a char count close...

Likely it is related to the documentation platform and not the component itself as it seems to work in app. Also the fix might need to be ported to RADES.

bug
documentation

We need to add the possibility to pass either `string` or `node` into the `label` prop of form field components. This is due to a requirement to use the label...

good first issue
feature

In general the `transferProps` function is useful for better accesibility while safely keeping the component code short and manageable. It would be useful to export it so it can be...

good first issue
feature

When `` is used within `` it breaks when there is not enough space. When used **outside** of `` the `` maintains width and overflows: ![Screenshot from 2024-01-15 18-14-21](https://github.com/react-ui-org/react-ui/assets/4589176/d3afd506-19b6-4899-b0cb-c670ffb582a5) I...

bug