Ian Routledge

Results 6 issues of Ian Routledge

Using the 'templates' option in tandem with 'defaultValue' results in an empty (or undefined) suggestion when you've give focus to the input. I've created a [codepen to show the scenario](https://codepen.io/ediblecode/pen/JjdWmLO?editors=1010)...

🐛 bug

## Repro steps 1. Load accessible autocomplete on a page 2. Run axe ## Expected results No accessibility issues reported ## Actual results Axe reports "ARIA attributes must conform to...

accessibility

## Repro steps: Provide an `attributeNameFn`, where the second argument is an `attributeValue` as per the docs. For example: ```js xml2js(`content`, { attributeNameFn: (attributeName, attributeValue, parentElement) => { console.log({ attributeValue...

I'm supporting IE8 (I know, I know) in a project, and using react hot loader in dev, then looking at swapping out Nerv or Preact in production to support older...

Hey @coreyward great library, thanks! The "Wrap it internally" section of the readme has a TS example that looks like: ``` import { SanityImage } from "sanity-image" const projectId =...