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

When the InPlace Editor is configured with MultiSelect and the custom value feature is enabled, entering a custom value and then refocusing on the component causes the custom value to be replaced with random numbers.


This issue occurs only when the value field is mapped to a number. The same scenario works correctly with a standalone MultiSelect component.

1422.gif

Replication procedure:

1. Run the sample.

2. Focus on the InPlace Editor component and enter a custom value, then unfocus it.
3. Now, focus again on the InPlace Editor.

Expected Output: The custom value should not be replaced when refocusing the component.
Current Output: The custom value is replaced with a random number when refocusing the component.