RinteRface / shinybulma

🌐 Bulma.io for Shiny
https://rinterface.github.io/shinybulma/
Other
111 stars 15 forks source link

Fix #21 bulmaActionButton works only on 2nd click #22

Closed thothal closed 4 years ago

thothal commented 4 years ago

Due to an incosistent usage of data('val') and val() the button fires only after the second click. In order to fix this, we had to harmonize the usage of the data slot and remove the duplicated event handler to make sure that the value is changed only once.