We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS和harmony上collectionLimit属性设置不生效,JSONTree依旧展示实际的节点数,而非所设置的限制数量。
The text was updated successfully, but these errors were encountered:
I only speak english so can't help with this.
Sorry, something went wrong.
Thank you very much for replying to me,Dean!
I mean the collectionLimit of props that did not work on JsonTree
collectionLimit
JsonTree
I wish only 5 children show as I set. But collectionLimit didn't work, so I can see all children in my JSONTree.
You can see this issue in the picture below
This is my code.
const data6 = { users: Array.from({length: 100}, (_, i) => ({id: i, name: `User ${i}`})), }; ....... <View> <JSONTree data={data6} collectionLimit={5} /> </View>
No branches or pull requests
iOS和harmony上collectionLimit属性设置不生效,JSONTree依旧展示实际的节点数,而非所设置的限制数量。
The text was updated successfully, but these errors were encountered: