openwebf / webf

Build flutter apps with HTML/CSS and JavaScript.
https://openwebf.com/
Apache License 2.0
1.49k stars 105 forks source link

The <input> tag cannot be used #573

Closed ChourZ closed 3 months ago

ChourZ commented 3 months ago

Affected version

0.16.0-beta.4

Flutter versions

3.16.0

No same issues found.

Steps to Reproduce

  1. Using an input tag in a Vue file.
  2. FYI, is working well in 0.15.0-beta1 version of webf but isn't working in 0.16.0-beta4

Code example

vue file

<template>
  <div>
    <input style="height: 20px;" :disabled="false">
  </div>
</template>

Expected results

In a Vue file, the should function similarly to the in Chrome, allowing text input.

Actual results

The actual result is that text input is not functioning.

https://github.com/openwebf/webf/assets/13444257/ec42a074-f3f4-4813-a2ac-a99bc85a5587