Skip to content

passing attributes to events #633

Answered by rmorshea
acivitillo asked this question in Question
Discussion options

You must be logged in to vote

IDOM serializes event information here. Then, for attributes of an event target that get serialized, those are handled here. In the case of the value attribute, it's only present for the following element types:

  • BUTTON
  • INPUT
  • OPTION
  • LI
  • METER
  • PROGRESS
  • PARAM
  • SELECT
  • TEXTAREA

If there's any missing event or event target information that should be included I'd be happy to take a contribution to fix that.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@rmorshea
Comment options

@rmorshea
Comment options

@acivitillo
Comment options

@Archmonger
Comment options

@acivitillo
Comment options

Answer selected by rmorshea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants