angular-data-table icon indicating copy to clipboard operation
angular-data-table copied to clipboard

Input field not working in cell templates

Open sobrle opened this issue 9 years ago • 3 comments

Hello,

if I put cell template with input field it doesn't work. Why is that?

Example: http://codepen.io/anon/pen/gabaXm

sobrle avatar Sep 03 '15 06:09 sobrle

in SelectionController, ev.preventDefault() prevents all key presses.

tsolmonOtsu avatar Sep 04 '15 02:09 tsolmonOtsu

I saw it and I fixed it in my local script.

sobrle avatar Sep 04 '15 04:09 sobrle

This is here for specific reason. Perhaps adding a case that avoids input cases?

amcdnl avatar Sep 09 '15 12:09 amcdnl