Sha256: b2fdead82d8ef056dd3aaf7989f96be8cd534b0edc408787fd2d6109af42c3f2

Contents?: true

Size: 418 Bytes

Versions: 8

Compression:

Stored size: 418 Bytes

Contents

(function() {
  Rev.pullInto(this)('Input');

  Rev.registerComponent('Textarea', {
    render: function() {
      var className, props;
      className = this.classAdd({
        "RevTextarea": true
      });
      props = this.getPropsWithout("type");
      return React.createElement(Input, React.__spread({}, props, {
        "className": className,
        "dom": "textarea"
      }));
    }
  });

}).call(this);

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
revelry_core-0.1.12.4 spec/dummy/tmp/jasmine/assets/revelry/ui/forms/Textarea.self.js
revelry_core-0.1.12.2 spec/dummy/tmp/jasmine/assets/revelry/ui/forms/Textarea.self.js
revelry_core-0.1.11.6 spec/dummy/tmp/jasmine/assets/revelry/ui/forms/Textarea.self.js
revelry_core-0.1.10.1 spec/dummy/tmp/jasmine/assets/revelry/ui/forms/Textarea.self.js
revelry_core-0.1.10.0 spec/dummy/tmp/jasmine/assets/revelry/ui/forms/Textarea.self.js
revelry_core-0.1.9.1 spec/dummy/tmp/jasmine/assets/revelry/ui/forms/Textarea.self.js
revelry_core-0.1.9.0 spec/dummy/tmp/jasmine/assets/revelry/ui/forms/Textarea.self.js
revelry_core-0.1.8.0 spec/dummy/tmp/jasmine/assets/revelry/ui/forms/Textarea.self.js