SolidOS / solid-ui

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

Adding public data searches using autocomplete UX to the forms system. #391

Closed timbl closed 3 years ago

timbl commented 3 years ago

Adding public data searches using autocomplete UX to the forms system. Work in Progress.

The form field carries data source to use, including endpoints, query or API templates as strings in the form. So you can build apps which connect people to Wikidata, etc.

A rambling breadcrumbs document describes the path to this point.