Skip to content

jsx form #837

@kejiacheng

Description

@kejiacheng
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.3.9

Environment

任何

Reproduction link

http://www.none.com

Steps to reproduce

import { Vue, Component, Prop } from 'vue-property-decorator'

@component
export default class pSearch extends Vue {
@prop() readonly form!: any
@prop(Function) readonly handleSubmit!: () => void

render () {
return (
<a-form
form={this.form}

搜索 ) } }

What is expected?

输入框值改变

What is actually happening?

输入框值没有改变


是不是因为取的value 而jsx的value是在domProps下面的

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions