mavenlink / design-system

Mavenlink React Components
https://mavenlink.github.io/design-system
MIT License
2 stars 4 forks source link

Interactive cells change value #401

Closed juanca closed 2 years ago

juanca commented 2 years ago

Motivation

We need interactive cells! We don't really have usages of our Autocompleter in other parts of the app so I'm taking the liberty to do a breaking change and align the value prop with the same shape of data as our backend API (i.e. just an ID).

https://www.pivotaltracker.com/story/show/179729086

Acceptance Criteria

PR upkeep checklist

juanca commented 2 years ago

Looks like I need to update the imperative handle for an autocompleter to also return the id of the selected value. I need to consider what happens when an old value is already in the database. Do we run a backfiller? 🤔