Skip to content

Commit

Permalink
Update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yzen.dev committed Feb 9, 2021
1 parent d456f3d commit 92a94b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ import VueSuggestions from 'vue-suggestions';

>**Все другие ключи будут автоматически браться из поля data, из расширенной информации по результату.**
Для получения дочернего поля объекта можно указать всю цепочку вложености:
```
<dadata-suggestions
v-model="myObject"
type="PARTY"
fieldValue="name.short_with_opf"
/>
```
В модель будет сохранено значение из `data.name.short_with_opf`

## License
MIT © [yzen.dev](https://github.com/yzen-dev)

0 comments on commit 92a94b8

Please sign in to comment.