final-form / react-final-form-arrays

A component for rendering and editing arrays 🏁 React Final Form
MIT License
205 stars 70 forks source link

New line appears and typing incorrect in last version 3.1.0 #99

Closed qvantor closed 5 years ago

qvantor commented 5 years ago

Are you submitting a bug report or a feature request?

Bug report

What is the current behavior?

All libraries is up to date to last version https://codesandbox.io/s/react-final-form-field-arrays-05nv1

What is the expected behavior?

In older version work's correctly https://codesandbox.io/s/kx8qv67nk5

What's your environment?

OS: MacOS Mojave Browser: Chrome Version 75.0.3770.100

likerRr commented 5 years ago

+1 got this issue too and it's very annoying. Any workaround or temp fix for it? @erikras

likerRr commented 5 years ago

@erikras can you take a look on this issue? Library in it's latest release seems not usable.

likerRr commented 5 years ago

@erikras 13 days have passed since library is broken. Why not to commit advertisement then? :confused:

oliverlaz commented 5 years ago

Hi @erikras, We got hit by this issue and we had to downgrade the versions. Do you have a plan when this issue will be fixed? Maybe we can help if you provide us some pointers.

@qvantor, could you maybe update the issue title so it better reflects the actual issue? Currently, it is quite misleading IMO.

BuBliC commented 5 years ago

Hi folks! It seems to me that you need to use final-form-arrays@3.0.1 (in codesandbox example it's 3.0.0)

qvantor commented 5 years ago

@BuBliC switching to 3.0.1 fixed the issue! Tnx!