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
In my case, I have 3 buttons. 3 having different functionalities and It should show with primary button style. But now Its showing with tertiary and secondary Style.
If I used 3 buttons with primary style. All buttons work with one functionality not working with mapped events.
The text was updated successfully, but these errors were encountered:
amosekr
changed the title
Button are not working properly in modus alert popup
Same type of buttons are not working properly in modus alert popup & Remove shadow in alert popup
Jun 26, 2024
Sofiya-kumar
changed the title
Same type of buttons are not working properly in modus alert popup & Remove shadow in alert popup
In TMModel we need styling options to show the button as per requirement
Jul 3, 2024
After analyzing the code we found that the action event was not triggered properly when the same button was called in the modal. Fixed this by removing the local instance of each button clicked event and used the parameter action event as action.
In my case, I have 3 buttons. 3 having different functionalities and It should show with primary button style. But now Its showing with tertiary and secondary Style.
If I used 3 buttons with primary style. All buttons work with one functionality not working with mapped events.
The text was updated successfully, but these errors were encountered: