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

Commits on Jan 11, 2021

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

    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..
    TrySpace authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    d0ad084 View commit details
    Browse the repository at this point in the history