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

improved ui:Choice code #501

Closed timea-solid closed 2 years ago

timea-solid commented 2 years ago

Here my code improvements for ui:Choice. Among others: -> when one adds a new Node it will only be created if at least one of its fields is edited successfully. -> subForm is refresh -> it is deleted and rendered again (probably can be solved more elegant with using refresh() -> next iteration) -> made sure it still works with all examples we have (when BlankNodes or missing labels)