Skip to content

Commit

Permalink
For stability of puppeteer tests, ensure the dropdown doesn't flip up
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 9, 2024
1 parent a3ed41f commit ba261ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ <h2>Form interaction</h2>
document.getElementById('choices-single-custom-templates'),
{
allowHTML: true,
position: 'bottom',
callbackOnCreateTemplates: function(strToEl) {
var classNames = this.config.classNames;
var itemSelectText = this.config.itemSelectText;
Expand Down

0 comments on commit ba261ac

Please sign in to comment.