Félix Zapata

Results 23 issues of Félix Zapata

Hi, is there any kind of handicap using the announcer, via composition, inside a watcher? ``` watch(s, (s1) => { if (s1 === 0) { polite('no sessions found'); } else...

Hi, just using _vue-announcer_ (v3.1.5) in a component like: `const { assertive } = useAnnouncer();` (or polite etc) throws an error during the component test: ![Captura de pantalla 2022-09-16 a...

### Reporting a bug? I'm trying to use pluralization on my application, passing arguments and reading the text from a JSON file, like for example: ``` { "announcerUsersList": "There are...

Status: Review Needed

### Reporting a bug? After updating the Vue version to 3.2.40, the $t inside the Vue template files throws a TypeScript typing error: ``` error TS2339: Property '$t' does not...

Status: Review Needed

Hi, there are some issues related with the accessibility with this component and its semantic. Using the basic example: ![table](https://cloud.githubusercontent.com/assets/997038/16980175/fa765256-4e64-11e6-9caa-5df9223629c7.png) If you use a screen reader you can't obtain information...

This pull request add support for touch events. The changes are only in the JavaScript file... sorry, I don´t know LiveScript (yet). Tested on Chrome with touch simulation, IE 10...

### Description There are no `alt` attributes in the images. ### Expected outcome Every image used in the example should have an `alt` attribute.

a11y
p1 - backlog

This fixes #116, adding a `debounce` function to avoid the delay to the user.

cla: yes

### Description The `iron-autogrow-textarea` element causes the page to have a low performance in a scenario with many components in the same page. When you type on the input, there...

Hi, I am trying to use the version published on npm but is not working. I've seen that the code on _master_ is newer than the tag available on npm....