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

Performance Issues #352

Open
berkayk opened this issue Dec 18, 2017 · 1 comment
Open

Performance Issues #352

berkayk opened this issue Dec 18, 2017 · 1 comment

Comments

@berkayk
Copy link

berkayk commented Dec 18, 2017

Hi,

I have followed the docs and component is working as expected but performance is really slow. I have done some profiling and received warnings about keypress event such that keypress handler took 119.43 ms.

I am using form as a class and bound all fields as

<Form.Input {...form.$("name").bind()} />

When I remove {...form.$("name").bind()} part, performance returns to normal. There must be some problem binding fields in the form.

PS: <Form.Input> is semantic ui's inputs. Switching to normal input did not change anything.

Am i missing something or is it a normal behaviour?

Thanks!

@foxhound87
Copy link
Owner

Please provide a codesandbox with logging/debug.
Thank you.

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

2 participants