In order to get this to work, I had to reach out to IA. We determined that the value of the dropDown was causing the issue. We had to bind the props.value of the dropDown to the props.placeholder.text. Once we did this, it works perfectly. The issue was that the dropDown view was holding the props.value that was selected when a selection was made.