As mentioned in #12 (comment):
Looks like this is something we will want to eventually add to ybc::Input. Want to pop a ticket so that we can track this?
This tracking ticket is in reference to wanting to include the onkeypress event to the Input component but extends to other parts of ybc.
Currently, a number of expected/desirable properties are not available on the components in the library, including those expected for global attributes, aria- labels, and per-Component properties (eg: input). A curated list of properties should probably be added to components that would benefit from them.
Attributes
Events
As mentioned in #12 (comment):
This tracking ticket is in reference to wanting to include the
onkeypressevent to theInputcomponent but extends to other parts ofybc.Currently, a number of expected/desirable properties are not available on the components in the library, including those expected for global attributes,
aria-labels, and per-Component properties (eg: input). A curated list of properties should probably be added to components that would benefit from them.Input
Attributes
idfields to most components. #10Events