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
In the 2808-fields branch which as of this date is yet to be merged, I made the generic parameter of FormInputConfig required because I suspected that every usage sites should really be specifying the generic.
This has left some uses of FormInputConfig<unknown> because I didn't look into what the valid values were.
The text was updated successfully, but these errors were encountered:
Foundry itself marks it as *, if someone is to make their own custom fields, any value should be accepted, so at the end of the day this needs to have some kind of any support.
In the 2808-fields branch which as of this date is yet to be merged, I made the generic parameter of
FormInputConfig
required because I suspected that every usage sites should really be specifying the generic.This has left some uses of
FormInputConfig<unknown>
because I didn't look into what the validvalue
s were.The text was updated successfully, but these errors were encountered: