Add the FluentListBase class to manage a list of items containing a single selected Value (no multiples).
Add the Binding feature.
Add the FluentOption using the default HTML option element (waiting for the fluent-option)
Add the FluentSelect using the default HTML select element (waiting for the fluent-select)
To do in another PR
Migrate to the Web Components, when available.
Update the Doc to display the inherited XML documentation
Update the /List/Select documentation file (waiting for the fluent-select)
Add the "Migrating" documentation file (waiting for the fluent-select)
[dev-v5] FluentListBase
Add the
FluentListBase
class to manage a list of items containing a single selectedValue
(no multiples). Add the Binding feature. Add theFluentOption
using the default HTMLoption
element (waiting for thefluent-option
) Add theFluentSelect
using the default HTMLselect
element (waiting for thefluent-select
)To do in another PR
/List/Select
documentation file (waiting for thefluent-select
)fluent-select
)Unit Tests