I have a question (or UI bug) related to choices-based widget.
If in checkbox/radiobutton widget used both choices and choices from web data sources, survey shows basic choices on first rendering and after fetching remote data replace them by choices from web. Is it expected behaviour?
I have a question (or UI bug) related to choices-based widget.
If in checkbox/radiobutton widget used both
choices
andchoices from web
data sources, survey shows basic choices on first rendering and after fetching remote data replace them by choices from web. Is it expected behaviour?I created small reproducing plunker
Possibly it's better to remove
choices
ifchoices from web
is set? Or just don't render choices while data is loading?