Skip to content

Commit 85b4bad

Browse files
Merge pull request #3588 from Syncfusion-Content/development
DOCINFRA-2341_merged_using_automation
2 parents 90b4970 + 0010e4f commit 85b4bad

File tree

3 files changed

+94
-1
lines changed

3 files changed

+94
-1
lines changed

MAUI/Masked-Entry/Basic-Features.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,32 @@ The following image illustrates the result of the above code:
315315

316316
![TextAlignment](MaskedEntry_Images/MaskedEntry_TextAlignment.png)
317317

318+
## Select text on focus
319+
320+
The `SelectAllOnFocus` property allows you to automatically select all the text in the masked entry when the control gains focus. This can improve user efficiency by making it easy to replace the entire content. The default value of this property is `true`.
321+
322+
{% tabs %}
323+
{% highlight xaml %}
324+
325+
<editors:SfMaskedEntry WidthRequest="200"
326+
MaskType="Simple"
327+
Mask="(000) 000-0000"
328+
Value="1234567890"
329+
SelectAllOnFocus="True"/>
330+
331+
{% endhighlight %}
332+
{% highlight c# %}
333+
334+
SfMaskedEntry maskedEntry = new SfMaskedEntry();
335+
maskedEntry.WidthRequest = 200;
336+
maskedEntry.MaskType = MaskedEntryMaskType.Simple;
337+
maskedEntry.Mask = "(000) 000-0000";
338+
maskedEntry.Value = "1234567890";
339+
maskedEntry.SelectAllOnFocus = true;
340+
341+
{% endhighlight %}
342+
{% endtabs %}
343+
318344
## ReturnType
319345

320346
The `ReturnType` property specifies the return button (e.g., Next, Done, Go) of the keyboard. It helps manage the flow between multiple input fields by defining what happens when the action button is pressed.

MAUI/Release-notes/v31.1.17.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Essential Studio for MAUI 2025 Volume 3 Main Release Release Notes - v31.1.17
3+
description: Essential Studio for MAUI 2025 Volume 3 Main Release Release Notes - v31.1.17
4+
platform: maui
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for MAUI Release Notes - v31.1.17
9+
10+
{% include release-info.html date="September 01, 2025 " version="v31.1.17" passed="159376" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v31.1.17 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
| Component Name | Test Cases | Passed | Failed | Remarks |
21+
|---------------|------------|--------|--------|---------|
22+
| SfAIAssistView | 145 | 145 | 0 | All Passed |
23+
| SfAutocomplete | 262 | 262 | 0 | All Passed |
24+
| SfBarcodeGenerator | 1763 | 1763 | 0 | All Passed |
25+
| SfButton | 104 | 104 | 0 | All Passed |
26+
| SfCalendar | 2345 | 2345 | 0 | All Passed |
27+
| SfCards | 235 | 235 | 0 | All Passed |
28+
| SfCarousel | 203 | 203 | 0 | All Passed |
29+
| SfCharts | 521 | 521 | 0 | All Passed |
30+
| SfCheck Box | 154 | 154 | 0 | All Passed |
31+
| SfComboBox | 344 | 344 | 0 | All Passed |
32+
| SfDataForms | 3324 | 3324 | 0 | All Passed |
33+
| SfDataGrid | 2464 | 2464 | 0 | All Passed |
34+
| SfExpander | 215 | 215 | 0 | All Passed |
35+
| SfGauge | 1184 | 1184 | 0 | All Passed |
36+
| SfImageEditor | 3393 | 3393 | 0 | All Passed |
37+
| SfKanban | 204 | 204 | 0 | All Passed |
38+
| SfListView | 4638 | 4638 | 0 | All Passed |
39+
| SfMaps | 1229 | 1229 | 0 | All Passed |
40+
| SfMaskedEntry | 174 | 174 | 0 | All Passed |
41+
| SfNavigationDrawer | 125 | 125 | 0 | All Passed |
42+
| SfNumericEntry | 233 | 233 | 0 | All Passed |
43+
| SfNumericUpDown | 233 | 233 | 0 | All Passed |
44+
| SfPdfViewer | 14271 | 14271 | 0 | All Passed |
45+
| SfPicker | 457 | 457 | 0 | All Passed |
46+
| SfPopup | 1240 | 1240 | 0 | All Passed |
47+
| SfProgressBar | 624 | 624 | 0 | All Passed |
48+
| SfRadialMenu | 200 | 200 | 0 | All Passed |
49+
| SfRadioButton | 183 | 183 | 0 | All Passed |
50+
| SfRating | 200 | 200 | 0 | All Passed |
51+
| SfRichTextEditor | 157 | 157 | 0 | All Passed |
52+
| SfRotator | 1194 | 1194 | 0 | All Passed |
53+
| SfScheduler | 10977 | 10977 | 0 | All Passed |
54+
| SfSegment | 338 | 338 | 0 | All Passed |
55+
| SfShimmer | 371 | 371 | 0 | All Passed |
56+
| SfSlider | 292 | 292 | 0 | All Passed |
57+
| SfSwitch | 131 | 131 | 0 | All Passed |
58+
| SfTab View | 1620 | 1620 | 0 | All Passed |
59+
| SfTextInputLayout | 199 | 199 | 0 | All Passed |
60+
| SfToolBar | 139 | 139 | 0 | All Passed |
61+
| SfTreeMap | 454 | 454 | 0 | All Passed |
62+
| SfTreeView | 251 | 251 | 0 | All Passed |
63+
| DocIO | 16538 | 16538 | 0 | All Passed |
64+
| Metafilerenderer | 863 | 863 | 0 | All Passed |
65+
| PDF | 13522 | 13522 | 0 | All Passed |
66+
| Presentation | 54312 | 54312 | 0 | All Passed |
67+
| XlsIO | 17351 | 17351 | 0 | All Passed |

0 commit comments

Comments
 (0)