educoreapp2 1.0.93 → 1.0.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,6 +29,10 @@ class BaseForm extends _react.Component {
29
29
  components: []
30
30
  };
31
31
  }
32
+ setButtons(butt) {
33
+ this.extraButt = butt;
34
+ this.forceUpdate();
35
+ }
32
36
  init(data) {
33
37
  for (let k in data) {
34
38
  if (_educoreapp.Tools.empty(this.objs[k])) {
@@ -192,13 +192,11 @@ class BaseInputString extends _react.Component {
192
192
  }
193
193
  renderSelect() {
194
194
  let className3 = "form-select " + this.states.className2 + "";
195
- console.log("listttt", this.list);
196
- //return (<div>dipa</div>);
197
195
  return /*#__PURE__*/_react.default.createElement("select", {
198
196
  name: this.states.name,
199
197
  id: this.states.id,
200
198
  className: className3,
201
- size: "3",
199
+ size: "1",
202
200
  "aria-label": "size 3 select example"
203
201
  }, Object.keys(this.list).map(function (key) {
204
202
  let el = this.list[key];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "educoreapp2",
3
3
  "private": false,
4
- "version": "1.0.93",
4
+ "version": "1.0.96",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [