Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

how to give keyboard events for this virtual keyboard.. events like chane and all arwe not working #5

Open
joelharisonlobo opened this issue Jun 12, 2017 · 1 comment

Comments

@joelharisonlobo
Copy link

joelharisonlobo commented Jun 12, 2017

I have added it on my angular 2 project but i want to validate the values dynamically so my functions will be called on keyup . but this one is not taking vaues

@duckbrain
Copy link

I'm not familiar with Angular, but this worked for Vue

keyLime.config.postInput = function(a) {
	// Configure keyLime to send input events after input. This keeps Vue from
	// clobbering its inputs.
	a.dispatchEvent(new Event("input"));
};

You will have to figure out if there is an event that Angular expects on input and fire it manually.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants