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

Detect enter keypress #201

Open
manoharc1999 opened this issue Jun 2, 2022 · 2 comments
Open

Detect enter keypress #201

manoharc1999 opened this issue Jun 2, 2022 · 2 comments

Comments

@manoharc1999
Copy link

Detect enter key press in fields.

@arunghosh
Copy link
Owner

@manoharc1999 Are you looking for something like

<PinInput 
  onEnterKeyPress={() => { ... }}
/>

Or more generic

<PinInput 
  onKeyPress={() => { ... }}
/>

@manoharc1999
Copy link
Author

@manoharc1999 Are you looking for something like


<PinInput 

  onEnterKeyPress={() => { ... }}

/>

Or more generic


<PinInput 

  onKeyPress={() => { ... }}

/>

Generic one will be more useful🙂

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

No branches or pull requests

2 participants