question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

onBlur not being called

See original GitHub issue

I have the RichEditor inside of a ScrollView. I noticed by setting onBlur={() => console.log('blur')}that it was not being called.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
blackazarucommented, Nov 23, 2021

I got same issue 😔

1reaction
Andrea-Arguellocommented, Jan 8, 2021

Reopening as above solution crashes on Android. See #124

Read more comments on GitHub >

github_iconTop Results From Across the Web

onblur event is not firing - javascript - Stack Overflow
If the element that has the onBlur effect and tabindex is created onClick of another element, it does not automatically gets focus when...
Read more >
OnBlur not called in 2.11.0 · Issue #2028 · Hacker0x01/react ...
The OnBlur callback does not appear to be being called in 2.11.0. To Reproduce ... Blur callback to be called one the input...
Read more >
react hook form onblur not working - You.com | The AI Search ...
In your code, the form mode is onBlur . it means the validation is triggered on blur event (unfocus the input). When you...
Read more >
The difference between onBlur vs onChange for React text ...
onBlur is fired when you have moved away from an object without necessarily having changed its value. onChange is only called when you...
Read more >
onblur Event - W3Schools
The onblur event occurs when an element loses focus. The onblur event is often used on input fields. ... focus, An element gets...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found