You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
To Reproduce
See my code above.
I failed trying to follow the program flow in the debugger. 'set anchorCorner' in menu-surface,js is called 7 times during program startup; the first time with 'buttonStart' as value, the other 6 times with a value of 9 (the mapped value) - very strange.
Expected behavior
It should be possible to set the anchorCorner via html as described in the documentation.
What Angular MDC version are you using?
@angular-mdc/web: 5.1.1
What OS are you using?:
WIndows 10 1909
What browser(s) is this bug affecting?:
FF 77.0.1
Chrome 83.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting anchorCorner via html doesn't alter position of select menu:
results in:
Setting anchorCorner in Code:
gives the desired result:
To Reproduce
See my code above.
I failed trying to follow the program flow in the debugger. 'set anchorCorner' in menu-surface,js is called 7 times during program startup; the first time with 'buttonStart' as value, the other 6 times with a value of 9 (the mapped value) - very strange.
Expected behavior
It should be possible to set the anchorCorner via html as described in the documentation.
What Angular MDC version are you using?
@angular-mdc/web: 5.1.1
What OS are you using?:
WIndows 10 1909
What browser(s) is this bug affecting?:
FF 77.0.1
Chrome 83.0
The text was updated successfully, but these errors were encountered: