How to make popup button in SwiftUI for macOS
Issue #748
There is said to be PopUpButtonPickerStyle and MenuPickerStyle but these don’t seem to work.
There’s Menu
button it shows a dropdown style. We fake it by fading this and overlay with a button. allowsHitTesting
does not work, but disabled
seems to do the trick
1 | Menu { |