Closed cristidumitrescutotalsoft closed 2 months ago
The problem was actually in the tooltip documentation. It did not reflect the actual default value. As shown below.
The code shall have a default value for autoClose of false and for that to be represented in the documentation.
Latest version
Description
As the component works, the toast notification does not close. This can be an issue when switching from the react-toastify component to the Rocket-UI component. For this feature request, the autoClose option for the useToast component may be given the default value.
Examples
For the code: showToast(t("PersonWorkplaces.Updated"), "success"); That remains on the screen
Desired effect
The code shall have a default value for autoClose that closes the toast window