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-12.22.0.pre.alpha.PBNTR12checkingemptyfilters686 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.22.0 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.21.0.pre.alpha.PLAY807RTEcustomtoolbar680 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.21.0 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.20.0.pre.alpha.movemarkdown668 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.20.0.pre.alpha.title2667 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.20.0.pre.alpha.title2665 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.20.0 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.19.0.pre.alpha.PLAY699zindexresponsive650 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.19.0.pre.alpha.movemarkdown639 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.19.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown638 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.19.0.pre.alpha.movemarkdown637 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.18.0.pre.alpha.PLAY785typeaheadts632 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.19.0 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.18.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown629 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.18.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown628 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.18.0.pre.alpha.play786multilevelselectimprovements627 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.18.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown626 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.18.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown617 app/pb_kits/playbook/pb_textarea/index.tsx
playbook_ui-12.18.0.pre.alpha.PLAY735mobileheadersfix616 app/pb_kits/playbook/pb_textarea/index.tsx