Skip to content

Commit 44d613d

Browse files
Merge branch 'main' into internal_public
2 parents d66ca74 + 14e0cf5 commit 44d613d

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
@@ -232,7 +232,11 @@ public partial class SfTextInputLayout : SfContentView, ITouchListener, IParentT
232232
internal bool IsIconPressed { get; private set; } = false;
233233
#endif
234234

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

0 commit comments

Comments
 (0)