samvera-deprecated / browse-everything-components

Web Components for browse-everything user interfaces
MIT License
0 stars 2 forks source link

Implement a Provider form component #2

Open jrgriffiniii opened 4 years ago

jrgriffiniii commented 4 years ago

This should model the BrowseEverything Providers (informally, "drivers") used internally the Rails API. The component itself should be shallow (i. e. it should not contain any other Components), and might perhaps offer an icon.

As for the form behavior for this, my suspicion is that it should wrap the behavior of https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select.