Sha256: 93825906e9b905518577643d058f200189f5341a47c0d16e2cead10aada0a328

Contents?: true

Size: 529 Bytes

Versions: 435

Compression:

Stored size: 529 Bytes

Contents

import PbEnhancedElement from '../pb_enhanced_element'

export default class PbTextarea extends PbEnhancedElement {
  style: {[key: string]: string}
  scrollHeight: string
  static get selector() {
    return '.resize_auto textarea'
  }

  onInput() {
    this.style.height = 'auto'
    this.style.height = (this.scrollHeight) + 'px'
  }

  connect() {
    this.element.setAttribute('style', 'height:' + (this.element.scrollHeight) + 'px;overflow-y:hidden;')
    this.element.addEventListener('input', this.onInput, false)
  }
}

Version data entries

435 entries across 435 versions & 1 rubygems

Version Path
playbook_ui-13.34.0 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.33.1.pre.alpha.play1407statvaluekitinconsistencies3352 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.33.1.pre.alpha.PLAY14143340 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.33.1.pre.alpha.PLAY14143336 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.33.1.pre.alpha.PLAY14063320 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.33.1 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143288 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.32.0.pre.alpha.PLAY14143272 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.32.0.pre.alpha.PLAY14143271 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.32.0.pre.alpha.PLAY1138iconkitaddcolorprop3268 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143267 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.32.0.pre.alpha.play1416movealiaslogic3266 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14143264 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.32.0.pre.alpha.PLAY14143260 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.32.0.pre.alpha.PLAY14143255 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_textarea/index.ts
playbook_ui-13.32.0.pre.alpha.play1416movealiaslogic3239 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.32.0.pre.alpha.PLAY14103236 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.31.0.pre.alpha.play1416movealiaslogic3232 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-13.31.0.pre.alpha.PBNTR342navtabbing3231 app/pb_kits/playbook/pb_textarea/index.tsx