diff --git a/packages/vkui/src/components/Textarea/Textarea.e2e-playground.tsx b/packages/vkui/src/components/Textarea/Textarea.e2e-playground.tsx index 29ff4fa499..983a9de525 100644 --- a/packages/vkui/src/components/Textarea/Textarea.e2e-playground.tsx +++ b/packages/vkui/src/components/Textarea/Textarea.e2e-playground.tsx @@ -34,6 +34,12 @@ export const TextareaPlayground = (props: ComponentPlaygroundProps) => { { status: ['error', 'valid'], }, + { + align: ['center', 'right'], + defaultValue: [ + 'Музыка\nСпорт\nФотография\nПлавание\nПрограммирование\nПутешествия\nКниги\nСериалы\nФильмы\nНастольные игры', + ], + }, ]} > {(props: TextareaProps) =>