Abhay Bhosale

Results 18 issues of Abhay Bhosale

In neo4j disclaimer it is mentioned that "It is not intended for public-facing/production applications used by external users.", is there any specific reason for this. Why it should not be...

I want to set the list-box to be selected as required. If user does not move any of the item in selected list then form should not be submitted.It should...

enhancement
help wanted

Can we add the tag if it is valid with the keys. ie normally it needs the key like comma or enter etc but is it possible to add the...

I have installed this on an windows machine so it shown errors which was because of php version, then installed application on latest php 7 on Linux machine and its...

Found that there is vulnerability with dependency "ua-parser-js". See more info here https://www.npmjs.com/advisories/1679

Getting this issue when AvFields are rendered dynamically. `AvForm.js:525 Uncaught (in promise) TypeError: Cannot read property 'validations' of undefined ` my code is as follows ` {this.renderFormFeild()} {this.renderButton()} ` renderFormFeild()...

We are using onKeyDown to detect if default values in form are changed or same as when form loaded. Exp: If form is opened for the edit purpose we disabled...

Following is my code and want to add star to the required fields, `` Cant find any options to apply star to required fields.

Hi i had input field which should not access leading and trailing slash. For this i have added a reg ex which does not allow leading/trailing slash. But in case...