MarkoOleksiyenko

Results 13 issues of MarkoOleksiyenko

Some components have complex props as input and the validator doesn't accept the string as a valid entry. As an example the ariaValueLabel is a function but if you type:...

bug
demo

Create a landing page that will show off the blogs in order of relevance (mb add the sorting). Instead of landing on the most recent blog post we will have...

enhancement
demo
blog

Provide accordion component with the "One tab open at a time" example Possibly add the logic to scroll the clicked header into view to avoid previous tab collapsing and clicked...

enhancement
demo
widget: accordion

### Description Update the Pagination examples to have the `aria-current="page"` on the link elements. Modify the part where the `active` pagination element can be replaced with span. ### Motivation &...

docs
accessibility
v5

### Description Moving the **Disabled** section into **Links and Buttons** and fixing the SR for disabled link example ### Motivation & Context List-group non-interactive examples should not be disabled and...

docs
accessibility
v5

### Before submitting the PR, please make sure you do the following: - [ ] Read the [Contributing Guidelines](https://github.com/AmadeusITGroup/AgnosUI/blob/main/CONTRIBUTING.md) - [ ] Reference your PR to an issue that was...

**Describe the bug** When using the slider in [React] and moving the handle the progressbar has a notable lag. **To Reproduce** 1. Go to Slider example in [React] 2. Click...

bug
framework: react
widget: slider

Add the example of the tick customization in the portal

demo
widget: slider

Create a wrapper: - for single slider that doesn't require array of values - for range that has min and max easily accessible - multiple stay like is

enhancement
widget: slider