Skip to content

Commit

Permalink
fix(FormItem): rm TODO from topNode description (#7814)
Browse files Browse the repository at this point in the history
@andres-kovalev заметил, что в доках просвечивается TODO параметра `topNode`. Удалил под **v6**.

h2. Release notes
h2. Документация

- FormItem: удалён **TODO** текст у параметра `topNode`
  • Loading branch information
inomdzhon authored and actions-user committed Oct 23, 2024
1 parent fe2edab commit 835b56c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vkui/src/components/FormItem/FormItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export interface FormItemProps
* Позволяет полностью заменить шапку поля пользовательским компонентом.
*
* @since 6.1.0
*
* TODO [>=7]: удалить и использовать top - оно будет принимать либо строку, либо подкомпонент
*/
topNode?: React.ReactNode;
bottom?: React.ReactNode;
Expand Down

0 comments on commit 835b56c

Please sign in to comment.