Skip to content

Commit f9845cf

Browse files
Merge pull request #1091 from telerik/didi/entry-vs-textinput
add entry vs textinput kb article
2 parents a22f4a9 + dc9066b commit f9845cf

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

controls/entry/styling.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ In addition to the available styling properties, you can apply specific [Visual
2424

2525
>tip For a runnable example demonstrating the Entry Styling options, see the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and go to the **Entry > Styling** category.
2626
27-
28-
2927
## Clear Button Style
3028

3129
Style the Clear button which is displayed by default when entering text in the control using the following properties:
@@ -62,4 +60,5 @@ The following example demonstrates how to apply the font options to the Entry.
6260
- [Text Appearance]({% slug entry-text-appearance%})
6361
- [Text Selection]({%slug entry-text-selection %})
6462
- [Events]({% slug entry-events%})
65-
- [Styling Entry in Telerik MAUI After Upgrading to Version 8.0.0 or Later]({%slug style-entry-visual-state-border-telerik-maui%})
63+
- [Styling Entry in Telerik MAUI After Upgrading to Version 8.0.0 or Later]({%slug style-entry-visual-state-border-telerik-maui%})
64+
- [Comparison Between Entry and TextInput]({%slug entry-vs-textinput%})

controls/entry/text-input.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Along with the properties the Telerik .NET MAUI TextInput control inherits from
2626

2727
- [Entry Overview]({%slug entry-overview%})
2828
- [Entry Styling]({%slug entry-styling%})
29+
- [Comparison Between Entry and TextInput]({%slug entry-vs-textinput%})
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Comparison Between Entry and TextInput
3+
page_title: Review the differences between the Entry and TextInput controls and their usage - .NET MAUI Knowledge Base
4+
description: Learn what are the differences and the usage of the .NET MAUI Entry and TextInput controls.
5+
type: how-to
6+
slug: entry-vs-textinput
7+
tags: maui, entry, textinput, .net maui entry
8+
res_type: kb
9+
---
10+
11+
## Environment
12+
13+
| Versions | Product | Author |
14+
| --- | --- | ---- |
15+
| Telerik UI for .NET MAUI 8.0.0 and above | Entry and TextInput | [Dobrinka Yordanova](https://www.telerik.com/blogs/author/dobrinka-yordanova) |
16+
17+
## Description
18+
19+
This kb article answers the following questions:
20+
- What are the differences between .NET MAUI Entry and TextInput controls?
21+
- What is the usage of the Entry and the TextInput MAUI controls from Telerik MAUI 8.0.0 version and above?
22+
23+
## Entry and TextInput Differences
24+
25+
The `RadEntry` control is a templated control that is wrapped in a border, uses the [`RadTextInput`]({%slug entry-textinput%}) for entering text, and has a clear button and a validation styling mechanism.
26+
27+
The `RadTextInput` control is a control for entering text. The control does not have a border and a clear button.
28+
29+
## Entry and TextInput Usage
30+
31+
The `RadEntry` is used internally in the `RadChat` and in the different masked entry controls.
32+
33+
The `RadTextInput` control is part of the `RadAutoComplete`, `RadComboBox`, and `RadNumericInput` control templates.

0 commit comments

Comments
 (0)