Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

中文输入bug,输入框宽度无法自适应 #365

@rockyxia

Description

@rockyxia

$(data.fake_input).bind('keypress',无法监听到中文输入时自适应宽度
增加了一段change的监听
$(data.fake_input).bind('input propertychange', function(event) { if (event.data.autosize) { $(event.target).doAutosize(settings) } })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions