Skip to content

Commit 24ffcb6

Browse files
committed
main - 33795a1 fix(material/chips): implement disabledInteractive in chip input (#30665)
1 parent a5db594 commit 24ffcb6

File tree

4 files changed

+55
-14
lines changed

4 files changed

+55
-14
lines changed

docs-content/api-docs/material-chips.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,6 +1943,20 @@ <h4 id="MatChipInput" class="docs-header-link docs-api-h4 docs-api-class-name">
19431943

19441944

19451945

1946+
<tr class="docs-api-properties-row">
1947+
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">@Input(<span class="docs-api-input-alias">{ alias: &#39;matChipInputDisabledInteractive&#39;, transform: booleanAttribute }</span>)
1948+
</div><p class="docs-api-property-name">
1949+
<code>disabledInteractive: boolean</code>
1950+
</p>
1951+
</td>
1952+
<td class="docs-api-property-description"><p>Whether the input should remain interactive when it is disabled.</p>
1953+
</td>
1954+
</tr>
1955+
1956+
1957+
1958+
1959+
19461960
<tr class="docs-api-properties-row">
19471961
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">
19481962
@Input()</div><p class="docs-api-property-name">
@@ -1971,6 +1985,20 @@ <h4 id="MatChipInput" class="docs-header-link docs-api-h4 docs-api-class-name">
19711985

19721986

19731987

1988+
<tr class="docs-api-properties-row">
1989+
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">@Input(<span class="docs-api-input-alias">{ transform: booleanAttribute }</span>)
1990+
</div><p class="docs-api-property-name">
1991+
<code>readonly: boolean</code>
1992+
</p>
1993+
</td>
1994+
<td class="docs-api-property-description"><p>Whether the input is readonly.</p>
1995+
</td>
1996+
</tr>
1997+
1998+
1999+
2000+
2001+
19742002
<tr class="docs-api-properties-row">
19752003
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">@Input(<span class="docs-api-input-alias">&#39;matChipInputSeparatorKeyCodes&#39;</span>)
19762004
</div><p class="docs-api-property-name">
@@ -2735,6 +2763,19 @@ <h4 id="MatChipsDefaultOptions" class="docs-header-link docs-api-h4 docs-api-int
27352763

27362764

27372765

2766+
<tr class="docs-api-properties-row">
2767+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
2768+
<code>inputDisabledInteractive: boolean</code>
2769+
</p>
2770+
</td>
2771+
<td class="docs-api-property-description"><p>Whether the chip input should be interactive while disabled by default.</p>
2772+
</td>
2773+
</tr>
2774+
2775+
2776+
2777+
2778+
27382779
<tr class="docs-api-properties-row">
27392780
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
27402781
<code>separatorKeyCodes: readonly number[] | ReadonlySet&lt;number&gt;</code>

0 commit comments

Comments
 (0)