Ashar Irfan

Results 16 comments of Ashar Irfan

@tw2113 > I am seeing support requests where users want to use the functionality only in some places of their website, and not globally. I am assuming by this, you...

@tw2113 It turns out we have `select` method for selecting text in vanilla JavaScript as well 😄 https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/select So your code will change to: ``` document.querySelector( "#algolia-search-box input[type='search']" ).select(); ```

@tw2113 Looks good to me. They have defined their own `on` function to detect events in the autocomplete UI.

Adding this issue here just for reference: https://github.com/algolia/algoliasearch-wordpress/issues/567

@tw2113 I have looked into upgrading the autocomplete library. The v1.0 release has completely changed the way search works with the plugin template. We just need time for testing the...

If it has the possibility of introducing a breaking change, then yes.

@tw2113 I spent some time today taking a look at what would it cost to update Autocomplete to version 1.x and it is not looking good to me. The newest...

Hi, I have implemented the migration to `mini-css-extract-plugin` in this branch: https://github.com/ahmadawais/create-guten-block/tree/asharirfan/webpack-4 Here are the changes that I have done in this branch so far. - Updated webpack from `3.1.0`...

Just published a canary release for testing webpack 4 with CSS chunks. You can use `npx create-guten-block blockName -c` to test the above-mentioned changes. Canary release link: https://www.npmjs.com/package/create-guten-block/v/1.13.0-alpha.e52e47d6