Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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!

0
Votes

I think that you should add a way to customize the DelimiterChar in the preview of the SfInPlaceEditor when set to MultiSelect mode. I have specified the delimiter of the actual MultiSelect to ", ", but the preview is just using "," (without the space). I am thinking that you can either add it as a property named 'MultiSelectDelimiterChar' to the SfInPlaceEditor component, or you can create a new component named 'InPlaceEditorMultiSelectSettings' with a 'DelimiterChar' property. Even better, you can create a PreviewTemplate that allows you to accept the TValue as context and display whatever you'd like in the preview of the InPlaceEditor.