Enis Necipoglu
Enis Necipoglu
If you use ReactiveUI or something equivalent, you can handle changes of SelectedItem, or you can handle it in the setter of the observable property of your view model. But...
UraniumUI doesn't implement popup logic by itself. It has options such as `CommunityToolkit` and `Mopups`. Probably the problem is related to CommunityToolkit. Can you try Mopups dialogs if the same...
in the latest 2.8.0-pre version, UraniumUI implemented different logic for `IDialogService`, so if you don't use any adapter like **Mopups** or **CommunityToolkit**, it'll use the current page to display dialogs...
Can you share your usage? Do you have **...AndExpand** LayoutOptions for any parent item of TextField? Like `FillAndExpand` or `CenterAndExpand`. Since they're obsolete, they're not supported
Probably the same problem with https://github.com/malsabi/UraniumControlIssue/pull/1#issue-1931701910
Ok, one more information to reproduce the problem myself; On which platform do you face the problem?
Probably the items colletion is not null, it's an empty collection. You probably need to create a validation something like that: ```csharp public class CollectionNotEmptyValidation : IValidation { public string...
Here is my thought: 👉 https://github.com/enisn/UraniumUI/issues/608#issuecomment-1993988716
The entire area of InputField should handle interactions. I'll enhance all of them
When it's completely transparent _(with opacity 0)_, TouchGestureRecognizers don't work and it was a workaround. I'll try to find platform-specific solution for it