chore(adaptiveness): mention subtitle prop (#1823)

* chore(adaptiveness): mention subtitle prop

Related to https://github.com/telerik/blazor/issues/8256

* Update common-features/adaptive-rendering.md

Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>

---------

Co-authored-by: Nadezhda Tacheva <73842592+ntacheva@users.noreply.github.com>
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
This commit is contained in:
Radko Stanev 2024-01-02 16:17:19 +02:00 коммит произвёл GitHub
Родитель d3b1b9fc41
Коммит 22762a8129
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ To enable the adaptive rendering use the `AdaptiveMode` parameter. It takes a me
* `None` (default)
* `Auto`
Optionally, you may set the `Title` parameter to provide custom header text for the popup on small and medium devices.
Optionally, you may set the `Title` and `Subtitle` parameters to provide custom header and subtitle text for the popup on small and medium devices.
>caption Enable the adaptive rendering