You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like you work and I think you are doing a great job. I have a question and I hope you will be able to help me.
I use Dynamic Forms from angular and I would like to use it also on radio buttons and checkboxes. But it looks like it is not working. But it works for selects.
ERROR Error: No provider for SuiRadioButton! at injectionError (VM2298 core.umd.js:1201) at noProviderError (VM2298 core.umd.js:1239) at ReflectiveInjector_._throwOrNull (VM2298 core.umd.js:2681) at ReflectiveInjector_._getByKeyDefault (VM2298 core.umd.js:2720) at ReflectiveInjector_._getByKey (VM2298 core.umd.js:2652) at ReflectiveInjector_.get (VM2298 core.umd.js:2521) at resolveNgModuleDep (VM2298 core.umd.js:9505) at NgModuleRef_.get (VM2298 core.umd.js:10587) at resolveDep (VM2298 core.umd.js:11090) at createClass (VM2298 core.umd.js:10943)
Can you please help me with this, if I am doing something wrong?
This ended up being a bit more complex than I thought, as reactive forms work ever so slightly differently to ngModel. However, this should now work automatically, though in your case change name to [name] and value to [value] so that the correct values are bound to those properties.
Everything else should just work automatically now (after updating to 0.9.3), but let me know if you have any further issues 😄
Hi,
I like you work and I think you are doing a great job. I have a question and I hope you will be able to help me.
I use Dynamic Forms from angular and I would like to use it also on radio buttons and checkboxes. But it looks like it is not working. But it works for selects.
ERROR Error: No provider for SuiRadioButton! at injectionError (VM2298 core.umd.js:1201) at noProviderError (VM2298 core.umd.js:1239) at ReflectiveInjector_._throwOrNull (VM2298 core.umd.js:2681) at ReflectiveInjector_._getByKeyDefault (VM2298 core.umd.js:2720) at ReflectiveInjector_._getByKey (VM2298 core.umd.js:2652) at ReflectiveInjector_.get (VM2298 core.umd.js:2521) at resolveNgModuleDep (VM2298 core.umd.js:9505) at NgModuleRef_.get (VM2298 core.umd.js:10587) at resolveDep (VM2298 core.umd.js:11090) at createClass (VM2298 core.umd.js:10943)
Can you please help me with this, if I am doing something wrong?
Thank you!
Working Plunker
Angular: 4.2.6
ng2-semantic-ui: 0.9.2
Semantic UI: 2.2.10
The text was updated successfully, but these errors were encountered: