Skip to content

Commit

Permalink
docs(ScrollView): sets Description as header in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Mar 29, 2023
1 parent 0dff061 commit 69ef578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
showTabs: true
---

# ScrollView
## Description

ScrollView is a tiny helper component helping the user controlling overflowing content horizontally or vertically.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,7 @@ class AutocompleteInstance extends React.PureComponent {
}

onPreChangeHandler = ({ data }) => {
console.log(data)
if (data && data.show_all) {
this.showAll()

Expand Down Expand Up @@ -1579,7 +1580,7 @@ class AutocompleteInstance extends React.PureComponent {
})
}
}

console.log(args)
if (typeof args.data.render === 'function') {
delete args.data.render
}
Expand Down

0 comments on commit 69ef578

Please sign in to comment.