Skip to content

Add input box input anti-shake function #1321

@lukxu

Description

@lukxu

Is your feature request related to a problem? Please describe.

Each time a character is entered in the input box, the program will be executed once

Describe the solution you'd like

My idea is to add an anti-shake function to the input box, and then trigger the execution of the program after the input is completed, instead of triggering the execution of the program every time a character is entered.

For example, if a character is input again within n milliseconds after each input of a character, the execution of the program will not be triggered, and if no more characters are input after n milliseconds, the corresponding program will be executed

This feature can be set as an optional feature if implemented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions