Angular-gridster2: Input textbox not working !

Created on 10 Jul 2019  路  2Comments  路  Source: tiberiuzuld/angular-gridster2

I am trying input text box inside the gridster. It is working when first clicked by right click of mouse but not working when clicked by left click of the mouse. Focus is not set.and it is highlighting the grid until it is clicked by right click of mouse.Same issue with kendo-numerictextbox. I am attaching stackblitz url with the issue. Please revert asap.

Stackblitz demo :
https://stackblitz.com/edit/angular-nkgvdk

Most helpful comment

@zinkalthakker Place the input into a "gridster-item-content" class div like so:

<div class="gridster-item-content"> <input type="text"> </div>

All 2 comments

@zinkalthakker Place the input into a "gridster-item-content" class div like so:

<div class="gridster-item-content"> <input type="text"> </div>

It's working !!! Thanks @alexjmason .

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Vojislav-Vukovic picture Vojislav-Vukovic  路  4Comments

JohnxAss picture JohnxAss  路  5Comments

HighSoftWare96 picture HighSoftWare96  路  4Comments

MaiGhoneem picture MaiGhoneem  路  4Comments

tiberiuzuld picture tiberiuzuld  路  3Comments