jquery-tabledit icon indicating copy to clipboard operation
jquery-tabledit copied to clipboard

disableSelectAutoFocus & cursorPosition options

Open eafarooqi opened this issue 7 years ago • 1 comments

News Options Added

  • disableSelectAutoFocus In case the select is initiated as js plugin like select2 or Chosen etc. the focus will not work and will jump the page to top or bottom. Setting disableSelectAutoFocus to false will disable the focus for select only.

  • cursorPosition possible values 'start' or 'end'. Default is start set the cursor position to end in textbox or textarea. autoFocus must be enabled to use this option

eafarooqi avatar Aug 24 '17 09:08 eafarooqi

Interesting ideas :-)

TomZ79 avatar Aug 24 '17 14:08 TomZ79