You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
My suggestion is to change them to plain items : List item and selection : Selection item.
I can't see any advantages in keeping those *FromModel functions, and they also add a cumbersome model type var everywhere.
... Of course, we could just use always to skip the model requirement, and this is what I've done when integrating this library with paack-ui. But the current API doesn't seem either ideal or standard.
The text was updated successfully, but these errors were encountered:
I disagree with how this library deals with the user's model:
My suggestion is to change them to plain
items : List item
andselection : Selection item
.I can't see any advantages in keeping those
*FromModel
functions, and they also add a cumbersomemodel
type var everywhere.... Of course, we could just use
always
to skip the model requirement, and this is what I've done when integrating this library withpaack-ui
. But the current API doesn't seem either ideal or standard.The text was updated successfully, but these errors were encountered: