Open drawer from picker
Is it possible to open a drawer from within the picker? eg. clicking on the value ("b" in the example below)

I would like to show a form in the drawer that allow the user to edit the fields of the "B" relationship entry.
谢谢你的帮助
André
It's not supported right now, but we will consider this feature in 1.1.5
That would be awesome!
Another related question, can we use lodash in the initAPI URL field?
no we can't, but we got a lots of filters may be help. eg. ${xxx|url_encode} ${items|unique:name}.
If it's not enough, you can write a filter by your own. like:
import {registerFilter} from 'amis';
registerFilter('my-replace', (input: string, search: string, repalceWith) =>
typeof input === 'string' ? input.replace(search, repalceWith) : input
);
Any chance to get this into 1.1.6?
Hey guys, any update on this? It would be great if you could open a form to the related field from the picker.
Is it possible to open a drawer from within the picker? eg. clicking on the value ("b" in the example below)
I would like to show a form in the drawer that allow the user to edit the fields of the "B" relationship entry.
谢谢你的帮助
André
Hey guys, any update on this? It would be great if you could open a form to the related field from the picker.
@2betop Please see PR.