Visual Studio XAML Editor shows error for new keyboard types on Editor and Entry controls #26321
Labels
area-tooling
XAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debugging
fixed-in-9.0.21
platform/android 🤖
platform/iOS 🍎
platform/macOS 🍏
macOS / Mac Catalyst
platform/windows 🪟
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
When adding the Keyboard attribute to an Editor or Entry field in Visual Studio using the three new values, Password, Date, and Time, the xaml editor and Visual Studio see it as an error. However, the application is still able to compile (Tried on iOS, Android and Windows) and appears to work fine when running. This seems to be solely an issue with the XAML values that the Visual Studio editor thinks are correct for the Keyboard attribute.
Steps to Reproduce
<Entry Keyboard="Date" />
Link to public reproduction project repository
No response
Version with bug
9.0.10 SR1
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows, macOS
Affected platform versions
No response
Did you find any workaround?
It is not a show stopper. Likely the xaml validation needs to be updated to honor the new values for Keyboard.
Relevant log output
The text was updated successfully, but these errors were encountered: