Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The combobox does not update the value when the combination of ignoreAccent set to true, allowCustom values set to false, and Autofill set to true is applied.



Replication Procedure:
  1. Run the sample 
  2. Click the clear button. 
  3. Open the popup , type A and select first item. 
  4. Focus out the component , see the issue . 



Expected Output: 
The value is should update in the component. 

Current Output:
The value is not updated in the component , is shows empty in the input field.