darenju / react-flip-page

A React.js implementation of the Flipboard page swipe.
MIT License
173 stars 31 forks source link

cannot use input element #145

Closed fakhripraya closed 3 years ago

fakhripraya commented 3 years ago

for some reason i cant use my input element inside the flippage tag , cannot input any text inside my input tag

darenju commented 3 years ago

Hello, you should use the swipeImmune property, which contains an array of CSS selectors on which the swipe does not apply.