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

 I'm using the CheckBox control and want to set the "required" attribute on the underlying input element, however if I try setting it by passing in htmlAttributes it ends up getting set by the control on the wrapper div instead of the input element.

I wasn't sure about submitting this as a bug - it feels like the "required" attribute ought to be supported being set.

From looking through the code in check-box.ts I think to fix this would just need 'required' being added to the list of attributes in the containerAttr const.