Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Issue with onAdd not triggering when the initial value is empty. #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TrySpace
Copy link

So when the component renders without any value, the onAdd is not triggering, making it impossible to trigger onAdd without having an initial array of at least 1 item.

I also don't see any reason why you would want to check for this.props.value in these places..

So when the component renders without any value, the `onAdd` is not triggering, making it impossible to trigger `onAdd` without having an initial array of at least 1 item.

I also don't see any reason why you would want to check for `this.props.value` in these places..
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 86.226% when pulling d0ad084 on TrySpace:patch-1 into 9d1e628 on TeamWertarbyte:master.

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

Successfully merging this pull request may close these issues.

None yet

2 participants