It throws the error 'could not resolve esri:TextField to a component implementation'. I tried to use a spark component, but then it doesn't pull my data into the field. I tried to add in <esri:dataProvider>, but I can't see what the next step is to point it to my active feature in the attribute inspector.
I've tried the same thing on a drop down list and it will allow me to use the esri:dropdownlistfield, but it again doesn't pull in my data and the drop down list is empty instead of pointing to my domain.
At this point I'm trying to edit my attributes without using the attribute inspector. If I can get that code to work then I can customize it anyway I'd like. I'm having trouble passing an array with my objectid to applyEdits(null, update, null). So far I can pass my updated attributes or my objectID but haven't successfully passed both at the same time yet.