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
If Bootstrap's button.js is included in the script section (import 'bootstrap/js/button';), then the data binding no longer works: the certainty setter is not called when the buttons are toggled.
Note that since the script doesn't currently include button.js, the data-toggle='buttons' attribute has no effect.
Binding data to radio inputs using Vue's
v-model
[1] is incompatible when the inputs are styled as a Bootstrap 3 radio button group [2].This can be observed for the following radio button group in the annotation tool:
isic-archive/web_external/vue/components/AnnotationTool/AnnotationToolFeatures.vue
Line 24 in e7fb1e8
If Bootstrap's
button.js
is included in the script section (import 'bootstrap/js/button';
), then the data binding no longer works: thecertainty
setter is not called when the buttons are toggled.Note that since the script doesn't currently include
button.js
, thedata-toggle='buttons'
attribute has no effect.[1] https://vuejs.org/v2/guide/forms.html#Radio
[2] https://getbootstrap.com/docs/3.3/javascript/#buttons-checkbox-radio
The text was updated successfully, but these errors were encountered: