I have a jsp page that contains a form element. When i am using " -webkit-user-modify:read-write-plaintext-only" property in my css file, the submit button in my form is not working on Microsoft Edge. When i remove the above property form the css file, the submit button in my form is working. I dont know how this property is related to "input type = submit".
I need the -webkit-user-modify field for Chrome and Safari browsers. So how to make it work on Edge