Skip to content
New issue

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

materialize select not rendering options when data set is big #147

Open
unaor opened this issue Oct 29, 2016 · 0 comments
Open

materialize select not rendering options when data set is big #147

unaor opened this issue Oct 29, 2016 · 0 comments

Comments

@unaor
Copy link

unaor commented Oct 29, 2016

I have a large dataset of JSON objects my component is getting from the API ,and then does some processing on it.
What i noticed is that when view is rendered, the select doesn't have any options in it, after carefully checking to make sure no typos are there, i tried to reduce the size of the data form my api from 3000 objects to 50 and then the select is rendered correctly with the options inside it.

So the issue Im experiencing is that the view is not being updated on large dataset - i suppose that a max wait time is passed so the view is rendered and when the observable is ready ,the view is not updated.
I hope its clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant