New attributes for tooltip:
- Open
- Distance
- Skidding
New attributes for tooltip:
There was a bug with some attributes on the carousel component. It should be fixed now.
Added action: "showTabPanel" for opening specific panel in tabs.
Now you can use showAlert action for showing alert. See the Show Alert button: sl.toddle.site
Now you can add a custom ID attribute to the dialog or drawer component. With this, you can open or hide different dialogs/drawers from any workflow using custom actions:
Drawer: openDrawerById and hideDrawerById
Dialog: openDialogById and hideDialogById
Added class attribute to checkbox component for additional styling or applying methods.
There was a small bug when a user does not provide a close button, causing an error in the function. The close button is optional, so now this is fixed with the updated function.