moai icon indicating copy to clipboard operation
moai copied to clipboard

Feat: Checkbox should extend built-in props

Open thien-do opened this issue 3 years ago • 1 comments

Continue of #160

Should be like #239 but for Checkbox

thien-do avatar Jun 30 '21 00:06 thien-do

Well this turns out to be harder than I think. The problem is we are heavily using an internal ref at Checkbox to support the "indeterminate" prop, which is quite wrong IMO. However, removing support for this would be a breaking change..

thien-do avatar Jul 03 '21 03:07 thien-do