Julien Lebosquain
Julien Lebosquain
Notes from the API review meeting: - We're going to accept that API as it's difficult to style properly without hacks, as mentioned above. - Plus, we already have a...
The new property should be added to all controls having a `Watermark` property: - `CalendarDatePicker` - `TextBox` - `NumericUpDown` - `AutoCompleteBox`
I'm going to close this since there was no answer to the obvious breaks. Feel free to ping me to reopen if needed.
Alternative syntax: allow binding `Classes` directly, e.g; `Classes="{Binding Verbosity}"`. This keeps the `Classes.attr` syntax for single classes only without needing to special case anything, and feels quite natural. Also, regardless...
Closing, implemented in #20191 and backported to 11.3.10.
Closing for now as we don't even have an Appium2 agent ready at the moment. We can reopen the PR later when we're ready to make the transition.
API diff for review: ```diff namespace Avalonia.Collections { public partial class AvaloniaDictionary { { + public AvaloniaDictionary(System.Collections.Generic.Dictionary initialDictionary) { } } } ```