Skip to content

Commit

Permalink
Update Keyboard (#26329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Dec 3, 2024
1 parent f909ad1 commit 35adc5e
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 473 deletions.
5 changes: 4 additions & 1 deletion src/Controls/src/Core.Design/KeyboardDesignTypeConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ protected override string[] KnownValues
"Numeric",
"Telephone",
"Text",
"Url"
"Url",
"Password",
"Date",
"Time"
};
}
}
245 changes: 0 additions & 245 deletions src/Core/docs/Microsoft.Maui/Keyboard.xml

This file was deleted.

Loading

0 comments on commit 35adc5e

Please sign in to comment.