malihu / malihu-custom-scrollbar-plugin

Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
http://manos.malihu.gr/jquery-custom-content-scroller
MIT License
4.11k stars 1.51k forks source link

Count the remaining character using type jquery in ionic #640

Open praveenfzs opened 4 years ago

praveenfzs commented 4 years ago

Hello, I am working a Ionic 4 Project I need to import jquery to count remaining character in input field. Below Include error message Typescript Error Property 'length' does not exist on type 'string | number | string[]'. Property 'length' does not exist on type 'number'. /pages/submit/submit.ts 'var text_length = $('#counter').val().length; var text_remaining = text_max - text_length;'