Kheang Hok Chin
Kheang Hok Chin
Hi, I had a question in regards to this library. In some cases I need to pass an authentication or query param that I need to fetch from another source....
Hi, Is there a way to select a suggestion programmatically? What I am trying to accomplish is the following: When a user types in the autosuggest, if there is a...
Hi @ameerthehacker, in the [latest commit](https://github.com/twobin/react-lazyload/commit/fa6cc889131d1ba63cdec440181b5eaf709deb20), you merged a pull request that added this span with the className `lazyload-wrapper`. Is there a reason for this? The previous behavior when the...
Hi, I was reading the topic about Custom message serializers. And I had a question. If I am passing an object with the following structure. ``` { id: "string", getFunction:...
Hi Miguel, Stupid question, how do you add option elements in the select field of the forms? I looked and I noticed that it seems to use the same traits...
Hi, I am having a weird issue that I am not sure how to debug. In my app, I set the default timezone to `America/Toronto` when the server starts. After...
* **I'm submitting a ...** [ x ] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to...
Hi, I am using hellojs in order to login using Google on my web app. I noticed that it doesn't work on Iphone 12 pro max. In my code, I...
Hi, I have a quick question about the `fallbackRule` option. In my code I wrote the following: ``` const permissions = shield({ Query: isAllowed, Mutation: isAllowed, }, { allowExternalErrors: true,...
Hi, I was wondering if it was possible to reset the attempts from a mutation. For example, I have a rate limit on a login mutation. I would like to...