Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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
While injecting MaskedDateTime in the TimePicker component, the component is not rendered and throws a console error.


Sample link: https://stackblitz.com/edit/react-jdzaev-v2z5m5?file=index.js,index.html


Replication procedure:


  1. Run the sample.
  2. Click the showTimePicker button.

Expected: TimePicker component should render

Output: Throws a console error


Validation: 

  • Working fine when Timepicker rendering without injecting maskedDateTime.
  • Working fine when injecting the checkbox in multiselect.
  • When removing injecting service or else predefined value property, this script error is not thrown.