Vinay Kharayat

Results 4 issues of Vinay Kharayat

I want to disable the select, but even with inline disabled='disabled' it is not disabling the select.

### Bug description I was trying to search for case insensitive value using $in Query is something like this ``` { gender: { '$in': [ /M/i, /F/i ] } }...

kind/feature
topic: raw
domain/client
topic: mongodb

Changed the Polkadot repository to Substrate, as the Nicks pallet is no longer available in the Polkadot repository.

I am getting error `RethrownDartError: Bad state: Attempted to send cookies, but XMLHttpRequest does not support them.` Here is my code ``` final controller = WindowController(); await controller.openHttp( method: 'GET',...