Angular Schema Form Dynamic Select (ASFDS) add-on v0.13.1 integrates angular-strap-select and angular-ui-select components into angular-schema-form to provide fully featured drop-downs with static/dynamic lists, single/multiple selection, HTTP GET/POST with property mapping, filters, and sync/async callbacks. Release cadence is low, with the last release in 2016. Key differentiator: drop-in replacement for angular-schema-form's existing selects with no form changes needed, separating validation from UI configuration.
npm install angular-schema-form-dynamic-selectNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic setup: install dependency via Bower, add script tags, declare module dependency, and use strapselect type in a form schema.
Migrate to a modern alternative or use at your own risk.
Use 'angularSchemaFormDynamicSelect' exactly as shown in the module dependency.
Prefer strapselect type for full feature support, or refer to the ui-select documentation section.
Install angular-strap via Bower or npm and include its scripts.
Ensure you use 'angularSchemaFormDynamicSelect' (camelCase) and include the add-on script after angular-schema-form.
Include angular-strap script before the dynamic-select script.