-
### Description
(Moved from https://github.com/dotnet/maui/discussions/25565)
The binding reference by Picker.ItemDisplayBinding appears to cache results from the MVVM and doesn't react to subsequen…
-
### Description
When the system is in dark mode yet light mode is forced via `UserAppTheme = AppTheme.Light`, the iOS `Picker` control's border remains in dark mode which leads to it being invisibl…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core
### Which platforms are affected?
iOS
### Description
I ju…
-
### Summary
Currently when displaying the date using the Date Picker component there is no way to display the current day of the year (Julian Date). Previously in MUI Labs v5 you could use inputForma…
-
### Description
Picker is empty on mac catalyst, no list is displayed, just a pop-up window.
### Steps to Reproduce
1. Create a file>New .Net MAUI App
2. Add sample code to MainPage
```
…
-
**Describe the bug**
Color picker input only allows input of 4 characters following # (e.g. #abcd), inputting a 5th character will erase the contents of the input.
**Authgear Version**
main branc…
Kuixz updated
1 month ago
-
```
dropdownRef: React.RefObject;
textBoxRef: React.RefObject;
constructor(props: any) {
super(props);
this.dropdownRef = React.createRef();
this.textBoxRef…
-
### Description
Not able to change Picker TextColor.
TextColor is always in Gray color regardless of whatever value we set
### Steps to Reproduce
1. Create new Maui net8.0 Project
2. A…
-
### Description
Picker has a hover of white text when forcing the light theme.
I've set the background so you can see the text colour.
Loaded page up, selected "This" from the picker:
![imag…
-
### Description
We have multiple field components which have dropdown popup. These differ in focus / blur behavior when clicking the label while the dropdown is open.
In case of ComboBox and Multi…