gk-1213

Results 6 issues of gk-1213

Can you set a method to automatically close the menu without clicking

Open this website using the official demo https://element-plus.org/en-US/component/select.html Dropdown menu click event is invalid

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I use official force to open the Element plus website,...

bug

A clear and concise description of what the bug is. ## Reproduce Steps Steps to reproduce the behavior: 1. await WebviewWindow.create() Create a webview window 2. Close the window within...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior When used with the window_manager plugin, there is still an issue...

bug

```import 'package:flutter/material.dart'; import 'package:flutter_inappwebview/flutter_inappwebview.dart'; import 'package:window_manager/window_manager.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); await windowManager.ensureInitialized(); WindowOptions windowOptions = const WindowOptions( size: Size(800, 600), center: true, backgroundColor: Colors.transparent, skipTaskbar: false, titleBarStyle: TitleBarStyle.normal, windowButtonVisibility:...