Skip to content

Commit

Permalink
feat(ChipsInput): add prop maxHeight (#7998)
Browse files Browse the repository at this point in the history
  • Loading branch information
EldarMuhamethanov authored Dec 3, 2024
1 parent d654a13 commit 9fa3de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/ChipsInput/ChipsInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useChipsInput, type UseChipsInputProps } from './useChipsInput';
export interface ChipsInputProps<Option extends ChipOption>
extends ChipsInputBaseProps<Option>,
UseChipsInputProps<Option>,
Pick<FormFieldProps, 'status' | 'mode' | 'before' | 'after'> {
Pick<FormFieldProps, 'status' | 'mode' | 'before' | 'after' | 'maxHeight'> {
/**
* Если `true`, то справа будет отображаться кнопка для очистки значения
*/
Expand Down

0 comments on commit 9fa3de4

Please sign in to comment.