Handles click events for the menu trigger.
()
| 699 | |
| 700 | /** Handles click events for the menu trigger. */ |
| 701 | onClick() { |
| 702 | if (!this.inputs.disabled()) { |
| 703 | this.expanded() ? this.close() : this.open({first: true}); |
| 704 | } |
| 705 | } |
| 706 | |
| 707 | /** Handles focusin events for the menu trigger. */ |
| 708 | onFocusIn() { |