question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MdSelect overlapTrigger input parameter

See original GitHub issue

Proposal.

MdSelect should have an overlapTrigger input parameter like MdMenu.

Usage:

<md-select [overlapTrigger]="false">
    <!-- md-options -->
</md-select>

Something like this:

proposed-select-overlay

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
JaimeStillcommented, Jul 21, 2017

Thank you for your time and consideration @kara.

1reaction
karacommented, Jul 21, 2017

@JaimeStill It sounds like perhaps we’re looking at different images. This one in the “Dont” section specifically calls out that the overlay should always overlap the trigger.

image

Don’t. Menus are positioned over their emitting element.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MdSelect overlapTrigger input parameter · Issue #5913 - GitHub
Proposal. MdSelect should have an overlapTrigger input parameter like MdMenu. Usage: Something like this:
Read more >
Directives > mdSelect - AngularJS Material
Parameter Type Description * ng‑model expression expression Assignable angular expression to data‑bind to. placeholder string string Placeholder hint text.
Read more >
Angular Material Select md-on-close Pass Parameter
With my current code I get undefined returned when I do a console log. What I have so far. html <md-input-container> <label>Season</ ...
Read more >
UNPKG - @angular/material
... ","material/grid-list.es5.js","material/input.es5.js","material/list.es5.js" ... to set the parse format or locale, so we ignore these\n // parameters.
Read more >
Menu - Angular Material
overlapTrigger : boolean. Whether the menu should overlap its trigger. @Input('class'). panelClass: string. This method takes classes set on the host ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found