Skip to content

Commit 372c923

Browse files
committed
main - 1c4d95b fix(material/timepicker): allow timepicker to opt out of opening on click (#31492)
1 parent e92908e commit 372c923

File tree

4 files changed

+32
-17
lines changed

4 files changed

+32
-17
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,21 @@ <h4 id="MatTimepickerInput" class="docs-header-link docs-api-h4 docs-api-class-n
487487

488488

489489

490+
<tr class="docs-api-properties-row">
491+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
492+
<code>openOnClick: InputSignalWithTransform&lt;boolean, unknown&gt;</code>
493+
</p>
494+
</td>
495+
<td class="docs-api-property-description"><p>Whether to open the timepicker overlay when clicking on the input. Enabled by default.
496+
Note that when disabling this option, you&#39;ll have to provide your own logic for opening
497+
the overlay.</p>
498+
</td>
499+
</tr>
500+
501+
502+
503+
504+
490505
<tr class="docs-api-properties-row">
491506
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
492507
<code>timepicker: InputSignal&lt;MatTimepicker&lt;D&gt;&gt;</code>

0 commit comments

Comments
 (0)