Skip to content

problem with camelCase tag transform - input autocomplete="off" #29

Description

@DragorWW

html: <input type="text" autocomplete="off">;
vtree property after html-to-vdom:

{
  "attributes": {},
  "type": "text",
  "autoComplete": "off"
}

node after <input type="text">
vtree property after virtual-dom.h:

{
  "autocomplete": true,
  "type": "text",
}

node after <input type="text" autocomplete="off">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions