Results 7 comments of ysf.cyln

@ildar2 Can you share your nav graphs please? I got this exception while try to open detail page from a sub graph `java.lang.IllegalArgumentException: Navigation action/destination id/action_open_detail cannot be found from...

Thanks @ildar2 , it works with this approach because beside ` Main Fragment` have sub nav graphs, it also has it's own nav graph. But I think it is not...

It merged but still only can be use for String, can not override ``` SimpleSpinnerTextFormatter textFormatter = new SimpleSpinnerTextFormatter() { @Override public Spannable format(Object item) { Person person = (Person)...

I think still there is not any solution or update?

@longtaoge I found a solution `setSelection` not working so I added text by using `.getEditableText().append("my value");` It's not perfect solution but working properly