SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
148 stars 41 forks source link

Selector: can't mint new with no subform. - New bogus message #453

Closed timbl closed 2 years ago

timbl commented 2 years ago

This message "Selector: can't mint new with no subform." appears in the UI of forms which used to wok. The subform does not have to be set directly, it can be found by setting "from class" and then that class having a creation form.

timbl commented 2 years ago

The code complains is a Choice has no subform, but although it is useful to have one, it is not essential, as a subform canbe found from the class of the thing to be created, wand that class is always provided.