Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13e3966

Browse filesBrowse files
JeanMechethePunderWoman
authored andcommitted
docs(docs-infra): only show clear button of textfield when there is a text (#61427)
PR Close #61427
1 parent e4d2347 commit 13e3966
Copy full SHA for 13e3966

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎adev/shared-docs/components/text-field/text-field.component.html

Copy file name to clipboardExpand all lines: adev/shared-docs/components/text-field/text-field.component.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class="docs-text-field"
1212
/>
1313

14-
@if (resetLabel()) {
14+
@if (resetLabel() && inputRef.value.length > 0) {
1515
<button
1616
type="reset"
1717
[title]="resetLabel()"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.