You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a reproducible example. The bug seems to occur from the module server part initiating without UI being set. Therefore, listeners listen to NULL.
The JS console (right-click > inspect element > errors) showed that an ID was duplicated while rendering the attributes edit area. Thus, this one did not render anything at all.
Morale: in absence of errors, first check these logs.
Running the app returns a valid Attribute module for the UI part with such HTML:
(above, the input for describing a "date" attribute)
BUT:
when asking for
names(input)
, this is empty. No idea why, still investigating.This topic is dedicated to help this issue to be solved if met by anyone else furtherly in the shinyverse.
The text was updated successfully, but these errors were encountered: