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

Doesn't support 'debounce' parameter of ng-model-options #855

@krtek

Description

@krtek

When trying to delay changes to underlying model by using ng-model-options="{ debounce: 100 } the keyboard input works incorrectly.

Steps to reproduce:

  • open this demo plunkr
  • in the third input, select country by mouse (OK)
  • now type into the input letters cze
  • Filter shows only one item labeled Czech Republic (OK)
  • Press Return key or click on the item
  • the select is not updated (FAIL)

Tested with: Angular 1.3.15, ng-model-options docs

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