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

Document the NamedNodeURIField #565

Open timbl opened 1 month ago

timbl commented 1 month ago

This field type is missing from the documentation.

It prompts the user foa URI, but, unlike a text field, the vale is a named node in the RDF graph. Sometimes users have to give the explicit URIs of things. Then best to have them in the data as a thing not as a string. Of course ideally they should never see explicit URIs, bu when they have to this field is useful.