Page MenuHomePhabricator

Create a dispatcher that maps the property datatype to value input type (Lookup, TextInput)
Closed, ResolvedPublic

Description

This includes adjusting the QueryCondition component and should probably be done after T270256

Event Timeline

I'm thinking about this more. Maybe it would make sense to deal with this just inside a (yet to be created) ValueInput component that decides based on the datatype which Input to display? And maybe inside ValueTypeDropDown in the future as well?

But this might also make a difference for how we store the value in the store. Needs more thought 🤔