aspen
aspen copied to clipboard
PromptHandle.ProxiedInput only supports className, style, and id props
This breaks style scoping, as the attributes which allow my styles to apply are not properly passed through to the input
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.