FIX: prevents autocompoete of username to appear on right (#11623)

This commit is contained in:
Joffrey JAFFEUX
2021-01-04 10:36:54 +01:00
committed by GitHub
parent 258888b7c4
commit 7cf46b290d
@@ -295,7 +295,7 @@ export default function (options) {
if (isInput || options.treatAsTextarea) {
return createPopper(me[0], div[0], {
placement: "auto-start",
placement: "bottom-start",
strategy: "fixed",
});
}