bartekch
Results
12
issues of
bartekch
When `loadingButton` is recreated with the same ID, corresponding `input` value is not reset until the button is clicked for the first time. This behaviour differs from the built-in `actionButton`,...
loadingButton input value is explicitly set to null at initialisation, in order to immediately reset input to initial state when recreating button with existing inputId.