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
I knew this day would come. Prompt implementation is probably the ugliest part of aspen. I'm re-working the implementation of Prompts for aspen 2. For now, which attribute do you need a passthrough for?
I knew this day would come. Prompt implementation is probably the ugliest part of aspen. I'm re-working the implementation of Prompts for aspen 2. For now, which attribute do you need a passthrough for?
A randomly generated data-v-<hash> attribute. For now I'm using unscoped CSS, maybe I could have manually applied the attribute to the prompt.$ input element directly as well, but this works fine.
This breaks style scoping, as the attributes which allow my styles to apply are not properly passed through to the input
The text was updated successfully, but these errors were encountered: