Prop "title" is ignored
kilya11 opened this issue · 4 comments
kilya11 commented
If I pass the title
as a prop to the Checkbox
component, it will be removed before passing it to the HTML attribute title
.
Like the data-*
, aria-*
and role
attributes it should be passed over to the HTML.
E.g.
<Checkbox title="Dr. Prof." />
should be mapped to
<input type="checkbox" title="Dr. Prof." />
.
zzkkui commented
this pr why not merged
yoyo837 commented
Or please handle the conflict.