Skip to content

Commit e6c84de

Browse files
Added IsLayoutTapped Summary
1 parent 84d190e commit e6c84de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

maui/src/TextInputLayout/SfTextInputLayout.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,11 @@ public partial class SfTextInputLayout : SfContentView, ITouchListener, IParentT
231231
/// </summary>
232232
bool _isDescriptionNotSetByUser;
233233

234+
/// <summary>
235+
/// Gets or sets a value indicating whether the layout has been tapped.
236+
/// </summary>
234237
internal bool IsLayoutTapped { get; set; }
238+
235239
/// <summary>
236240
/// Gets or sets a value indicating the hint was animating from down to up.
237241
/// </summary>

0 commit comments

Comments
 (0)