From c590318e90057171190ce344cd5ce03b8b664ff1 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:21:08 +0200 Subject: [PATCH] docs(Inputs): add InputMode parameter --- components/autocomplete/overview.md | 1 + components/combobox/overview.md | 1 + components/dateinput/overview.md | 1 + components/datepicker/overview.md | 1 + components/daterangepicker/overview.md | 1 + components/datetimepicker/overview.md | 1 + components/dropdownlist/overview.md | 1 + components/multicolumncombobox/overview.md | 1 + components/multiselect/overview.md | 1 + 9 files changed, 9 insertions(+) diff --git a/components/autocomplete/overview.md b/components/autocomplete/overview.md index 80e96565e4..824c5ccb21 100644 --- a/components/autocomplete/overview.md +++ b/components/autocomplete/overview.md @@ -88,6 +88,7 @@ The Blazor AutoComplete provides various parameters that allow you to configure | `Filterable` | `bool` | Whether [filtering]({%slug multiselect-filter%}) is enabled for the end user (suggestions will get narrowed down as they type). | | `FilterOperator` | `StringFilterOperator`
(`StartsWith`) | The string operation that will be used for [filtering]({%slug multiselect-filter%}). | | `Id` | `string` | Renders as the `id` attribute on the `` element, so you can attach a `