-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: correct dropdown menu issue and modal tester config.
In a menu, when a dropdown entry was clicked, the page was reloaded. It caused by an empty `href` tag. Using an `href` tag without any value and a 'click' event property binding (as mentioned in the official doc : https://valor-software.com/ngx-bootstrap/#/dropdowns#anchor-trigger), all seems work much better. In the app tester, the button configuration for the modal actions was missing. Additionally, add default values for modal button if configuration doesn't provide any values. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters