educoreapp2 1.0.92 → 1.0.93

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.
@@ -193,18 +193,22 @@ class BaseInputString extends _react.Component {
193
193
  renderSelect() {
194
194
  let className3 = "form-select " + this.states.className2 + "";
195
195
  console.log("listttt", this.list);
196
- return /*#__PURE__*/_react.default.createElement("div", null, "dipa");
197
- /*return (<select name={this.states.name} id={this.states.id} className={className3} size="3" aria-label="size 3 select example">
198
- {
199
- Object.keys(this.list).map(function (key) {
200
- let el = this.list[key];
201
- let vname = el.name;
202
- let id = el.id;
203
- return <option key={id} value={id}>{vname}</option>
204
- }.bind(this))
205
- }
206
- </select>);
207
- */
196
+ //return (<div>dipa</div>);
197
+ return /*#__PURE__*/_react.default.createElement("select", {
198
+ name: this.states.name,
199
+ id: this.states.id,
200
+ className: className3,
201
+ size: "3",
202
+ "aria-label": "size 3 select example"
203
+ }, Object.keys(this.list).map(function (key) {
204
+ let el = this.list[key];
205
+ let vname = el.name;
206
+ let id = el.id;
207
+ return /*#__PURE__*/_react.default.createElement("option", {
208
+ key: id,
209
+ value: id
210
+ }, vname);
211
+ }.bind(this)));
208
212
  }
209
213
  loadData() {
210
214
  //console.log("loadData",this.props);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "educoreapp2",
3
3
  "private": false,
4
- "version": "1.0.92",
4
+ "version": "1.0.93",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [