We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Do not send the form

when I have a comboboxfor on the screen with a selected item it does not allow sending the forms, always focusing on the combobox field, what can we do to solve this problem?

1 Reply

PO Prince Oliver Syncfusion Team June 14, 2019 11:38 AM UTC

Hi Vinicius, 

Thank you for contacting us.  

We have checked the reported scenario. Unfortunately,  we were unable to replicate the reported issue in our end. We have prepared a test samlple based on your scenario. Please find the sample at the following link:  

Kindly check the above sample and let us know where we have missed to replicate the issue. We assume that you might have used the form submit ,if so please ensure that the form element is accessed as element or object collection. If it is accessed as the form element for submit using jQuery $(“form”) or $(“form:first”) then it will returns elements as object collection, so there is a chance to focus the ComboBox when form get submitted. Instead of that you need to take form element as $(“form”)[0] or $(“form:first”)[0] and another one If any customized validation issue or console error is thrown.  

If the issue persists, please share us the below details that help us to check and provide exact solution at our end. 
  • Code snippet
  • Issue reproducing sample
  • Screenshot/Video
  • If possible, reproduce issue in our given sample

Regards, 
Prince 


Loader.
Up arrow icon