alvarotrigo / react-fullpage

Official React.js wrapper for fullPage.js https://alvarotrigo.com/react-fullpage/
GNU General Public License v3.0
1.28k stars 179 forks source link

simple <input/> not working after scroll. #390

Closed chordspear closed 1 year ago

chordspear commented 1 year ago

Description

This is likely a known issue but could not find a fix.

Link to isolated reproduction with no external CSS / JS

Added html in each page on top of the base-example in readme.

https://codesandbox.io/s/react-fullpage-js-example-forked-qg6vf2?file=/src/index.js

Did some debugging -

onKeyDown event is triggered, but onChange is not.

Steps to reproduce it

  1. scroll down to next page
  2. Try writing on input field.
chordspear commented 1 year ago

Tried with version 0.1.31 and works fine - likely an issue with the new release. (.32)

alvarotrigo commented 1 year ago

It seems to be working for me:

image

What browser and OS are you using? What device? Touch or mouse? How do you

alvarotrigo commented 1 year ago

I was able to reproduce the issue! Thanks for reporting it! 👍

It has been reported on the repository for the JS library so I'll be continuing the conversation there,

alvarotrigo commented 1 year ago

Fixed in react-fullpage 0.1.33!