Thien Do

Results 87 comments of Thien Do

Is there an example what do you expect to see when the date is not available yet? - Keeping the old state - Showing skeleton state (in which case you...

Hm that looks ok to be added

Not sure if we should implement this anyway or first upgrade React Hot Toast to v2...

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...

Yeah this seems like a valid use case to me. However Moai's table is data table, so to support this maybe we need to use another API (you can see...

Yeah... the problem is we are binding the "onEscape" event at the wrapper div of the dialog: https://github.com/moaijs/moai/blob/6dd5286444e2dc11e800031be85a84b4323a40f2/lib/core/src/dialog/main/main.tsx#L56-L58 This makes the code real simple, but it won't work if the...

@nhducit @ZeroX-DG @monodyle We're more than happy to hear any opinion from you guys

oh thanks @monodyle ! Didn't know w3 has an example for dialog!

We will also need to deprecate the "href" prop in Button in favor of the Anchor component.

Under consideration: Remove the convenient support of Input.list as an array. Maybe only support it as a string (the user must provide the list themselves)