Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake autocomplete compatible with shiny modules #54
Conversation
|
Thanks @GregorDeCillia. Although I think that autocompletion in Honestly, I still don't see why modules don't work here if all they do is change "editor" to "sessiona_editor" as that should just be the new inputId. Perhaps I'm missing something. |
|
I was able to verify this fix. It looks Shiny makes assumption that all inputs belonging to a module share the module id prefix. If we list While I think there is way to make this fix backwards compatible but it would be too complicated for it to be worthwhile. (i.e. we pass along namespace prefix into the widget and reconstruct the current I'm supportive of this breaking change since I suspect very few people use |
Attempt to resolve issue #49