Abhimanu Sharma

Results 24 issues of Abhimanu Sharma

### Summary I am trying to insert a record, for example, Total runs and highest scores. In this case, total runs can not be less than highest scores. ### Versions...

I am using vue 2 and vuematerial 1.0.0-beta-11 version, When I open the dialog it open correctly but when press esc key it shows error below ``` Avoid mutating a...

I have html design of vue material multi select, where I want the multi select options to close on click of a button. Here is my design ![multiselect](https://user-images.githubusercontent.com/5707050/107606088-0d8b7880-6c5b-11eb-8bdd-5f4f37713e53.png) I tried...

I want to select an option dynamically and make the select input disabled so that its value will be preserved to submit but should not open item to select other...

As per [Google places docs](https://developers.google.com/maps/documentation/places/web-service/search) we get business_status, formatted_address, geometry, icon,name, permanently_closed (deprecated), photos, place_id, plus_code, types in response but using this plugin I am not receiving photos array at...

In some cases I have internal input fields where user might not press enter just blur from the text field or try to submit the form, in that case I...

Here is my complete migration file. ``` const moment = require('moment-timezone'); module.exports = { async up(db, client) { // TODO write your migration here. // See https://github.com/seppevs/migrate-mongo/#creating-a-new-migration-script try { const...

Unable to use command `migrate-mongo init` giving below error. Node version: v10.16.3 ``` C:\Users\AbhimanuSharma\AppData\Roaming\nvm\v10.16.3\node_modules\migrate-mongo\node_modules\whatwg-url\lib\encoding.js:2 const utf8Encoder = new TextEncoder(); ^ ReferenceError: TextEncoder is not defined at Object. (C:\Users\AbhimanuSharma\AppData\Roaming\nvm\v10.16.3\node_modules\migrate-mongo\node_modules\whatwg-url\lib\encoding.js:2:21) at Module._compile...

Hi, my formInputData = { "test": "test value" } This is my render html ``` ``` Form render is opening but previous submitted data is not populating on the fileds.

Hi, Designing the form using this form builder is very efficient, its just that in smaller screen and responsive scenario add section button hides in the bottom. Also listing control...