Érik Lima

Results 47 comments of Érik Lima

> Let's also be sure to update the docs as it makes sense so that we are clear that if you are using C# Markup you will want to install...

@kazo0 Should this issue be moved to Themes repo?

Currently blocked by: https://github.com/unoplatform/Uno.Themes/issues/1286 On Windows (WinUI - only) we cannot use Leading/Trailing Icon (+ Command & Visibility). Even if we add only a TextBox without the new DPs the...

In [Material M2](https://m2.material.io/components/text-fields#filled-text-field) page there's an example that shows Placeholder appearing after focus. ![image](https://github.com/unoplatform/Uno.Themes/assets/114886335/75d0104e-8638-4cf5-9cc2-d688db19a577) @kazo0 There's a VisualState for focus in TextBox.xaml we could use if we're following this behavior.

We could move the animation from from NotEmpty VisualState to Focused VisualState. It would be something like: ``` ``` The result: ![Placeholder](https://github.com/unoplatform/Uno.Themes/assets/114886335/025c9187-1f18-438a-872b-6249350f2ea7) @agneszitte @kazo0 @NVLudwig

So the final spec for this one would be: 1. When there are no placeholder or header: It will be a simple TextBox 2. When there is a placeholder but...

What happens when there's Header but no Placeholder? Should the Header animate upwards when focused or when starting to type? @kazo0 @agneszitte @NVLudwig

Not related to Matthew changes, but the following links are broken when running docfx: - https://github.com/unoplatform/workshops/blob/d8619754bae9edda5f24377c0878ccde858cd7ce/simple-calc/modules/Resources/XAML/Customizing-Palette.md?plain=1#L9 - https://github.com/unoplatform/workshops/blob/d8619754bae9edda5f24377c0878ccde858cd7ce/simple-calc/modules/Resources/CSharp/Customizing-Palette.md?plain=1#L9 They should be changed to follow this type of snippet: https://github.com/unoplatform/workshops/blob/d8619754bae9edda5f24377c0878ccde858cd7ce/simple-calc/modules/MVUX-CSharp/01-Build%20your%20first%20Project/README.md?plain=1#L30-L34 cc...

> @eriklimakc is this a blocker for a project or a solution please? No, not a blocker at the moment. cc @agneszitte

> Let's also be sure to update the docs as it makes sense so that we are clear that if you are using C# Markup you will want to install...