Code Monkey home page Code Monkey logo

Comments (15)

sengirab avatar sengirab commented on May 28, 2024

I'll check this out tomorrow!

from ngautocomplete.

Swoox avatar Swoox commented on May 28, 2024

Ohh it's on an Andriod Galaxy s4.
I will check if the same behaviour also goes for Iphone (not that I think it matter).

from ngautocomplete.

Swoox avatar Swoox commented on May 28, 2024

Little update if selected an item first and hit backspace it works fine.

from ngautocomplete.

sengirab avatar sengirab commented on May 28, 2024

screen shot 2017-08-29 at 3 40 58 pm

screen shot 2017-08-29 at 3 40 48 pm

Seems to be working fine (simulator iphone)

from ngautocomplete.

Swoox avatar Swoox commented on May 28, 2024

Did you hit searchbar and started typing?

from ngautocomplete.

sengirab avatar sengirab commented on May 28, 2024

Yea. Just a click, started typing.. Worked

from ngautocomplete.

Swoox avatar Swoox commented on May 28, 2024

Let me try another browser quickly using chrome.

from ngautocomplete.

Swoox avatar Swoox commented on May 28, 2024

Not working on safari chrome and firefox phone browsers.
You using emulator with phone keyboard?
If I hit a key and remove phone keyboard it search.

from ngautocomplete.

sengirab avatar sengirab commented on May 28, 2024

Yes i'm using the emulator with phone keyboard. Works when first key is tapped...

from ngautocomplete.

Swoox avatar Swoox commented on May 28, 2024

Can try in Andriod?

from ngautocomplete.

sengirab avatar sengirab commented on May 28, 2024

Just tested on Android.. Seems to be working fine.

You're just focussing and then tapping on a letter, right?

from ngautocomplete.

Swoox avatar Swoox commented on May 28, 2024

Yeah also not work on another phone HTC.

from ngautocomplete.

sengirab avatar sengirab commented on May 28, 2024

Tested on a Samsung, Chrome. Android 6.0.1.
Tested on a Iphone6, Safari

Could you post your implementation.. Typescript code, package version?

from ngautocomplete.

Swoox avatar Swoox commented on May 28, 2024

Using Anuglar v4.3.1.
Typescript v2.3.2
I use webpack to build in dev and prod.

In my component.
@ViewChild(NgAutocompleteComponent) public completer: NgAutocompleteComponent;

`public group = [
    CreateNewAutocompleteGroup(
        'Zoek of selecteer plaats',
        'completer',
        [
            { title: 'Groningen', id: '1' },
            { title: 'Amsterdam', id: '2' },
            { title: 'Alkmaar', id: '3' },
            { title: 'Groenlo', id: '4' },
            { title: 'Amersfoort', id: '5' },
        ],
        { titleKey: 'title', childrenKey: null },
        ''
    )
];`

In HTML
<td><ng-autocomplete [classes]="['']" [group]="group"></ng-autocomplete></td>

from ngautocomplete.

sengirab avatar sengirab commented on May 28, 2024

Tested within same environment, cant seem to reproduce...

from ngautocomplete.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.