summaryrefslogtreecommitdiffstats
path: root/src/TextareaAutosize.js
Commit message (Collapse)AuthorAgeFilesLines
* dispatch UPDATE event only if props.value !== currentValueFrancesco Cioria2017-06-271-2/+3
|
* store lineHeight and compute maxHeight on every renderFrancesco Cioria2017-06-191-9/+7
|
* revert change commited by mistakeFrancesco Cioria2017-06-191-1/+1
|
* dont update maxHeight after every changeFrancesco Cioria2017-06-191-1/+0
|
* remove unused hasReachedMaxRowsFrancesco Cioria2017-06-191-8/+0
|
* compute maxHeight exclusively from line-heightFrancesco Cioria2017-06-191-38/+13
|
* dont pass custom "innerRef" to native "textarea"Francesco Cioria2017-04-201-1/+1
|
* add prop "innerRef" called with the ref to the DOM nodeFrancesco Cioria2017-04-201-4/+18
|
* Address react 15.5 deprecations regarding PropTypes usageRicardo Reis2017-04-091-4/+5
|
* ADD: Missing commaRadu-Sebastian Amarie2017-03-221-1/+1
|
* Update: Removed tcomb-react dependencyRadu-Sebastian Amarie2017-03-221-8/+7
|
* remove defaultProp for maxRowsFrancesco Cioria2017-01-221-2/+1
|
* check if value exceeds maxRows in CDM tooFrancesco Cioria2017-01-221-1/+12
|
* move maxHeight/Rows logic in separate function; fix bugs;Francesco Cioria2017-01-221-7/+26
|
* add prop maxRows and use it to fix textarea maxHeightFrancesco Cioria2017-01-221-3/+54
|
* replace CWRP with CDU so to avoid using a "setTimeout" when manually forcing ↵Francesco Cioria2017-01-221-10/+6
| | | | a resize update
* FIX: esLint problemsRadu-Sebastian Amarie2016-11-171-1/+1
|
* Update: Purged ReactDOMRadu-Sebastian Amarie2016-11-171-1/+0
|
* FIX: Ref issue & Compatibility with React 15.4.0Radu-Sebastian Amarie2016-11-171-11/+5
| | | | PURGE: getTextareaDOMNode
* fix lint errorsFrancesco2016-09-141-1/+2
|
* add docs to TextareAutosizeFrancesco2016-09-141-0/+3
|
* use tcomb-react @props instead of React propTypesFrancesco2016-09-141-4/+6
|
* prevent onResize passing to textarea, fixes react warningLochlan McBride2016-08-051-1/+1
|
* update react peerDependencyGiovanni Gonzaga2016-04-211-1/+2
|
* fix minor lint errorFrancesco2016-02-111-1/+1
|
* replace React.createClass with Reac.ComponentFrancesco2016-02-031-28/+21
|
* support react v0.13.xgcanti2015-12-191-5/+11
|
* Remove React v0.14.x warningsgcanti2015-12-171-4/+4
|
* Fix issue: TypeError: Not enough arguments to EventTarget.removeEventListenernhnhatquan2015-09-191-2/+2
|
* Fix: was removing autosize listener with unmounted componentFrancesco2015-06-191-4/+9
| | | | due to setTimeout() used needed by update event
* #6 fix eslintAndrea Lattuada2015-06-111-4/+5
|
* Release v0.2.0v0.2.0Francesco2015-06-111-2/+0
|
* manually triggering update in componentWillReceiveProps to resize also if ↵Francesco2015-06-111-4/+26
| | | | value is changed programmatically
* refactored repo structure using web-lib-seed. Fix #1Francesco2015-06-101-0/+41