pr360-questionnaire 2.1.4 → 2.1.5

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.
@@ -17402,11 +17402,7 @@ meter::-webkit-meter-optimum-value {
17402
17402
  </div>
17403
17403
  <div>
17404
17404
  <label for="insurance_provider">Insurance Provider</label>
17405
- <select id="insurance_provider" name="insurance_provider">
17406
- ${this.providers.map((provider) => x`
17407
- <option value="${provider}">${provider}</option>
17408
- `)}
17409
- </select>
17405
+ <input type="text" id="insurance_provider" name="insurance_provider"/>
17410
17406
  </div>
17411
17407
  </div>
17412
17408
  <div class="footer u-text-center">
package/dist/index.js CHANGED
@@ -7591,11 +7591,7 @@ meter::-webkit-meter-optimum-value {
7591
7591
  </div>
7592
7592
  <div>
7593
7593
  <label for="insurance_provider">Insurance Provider</label>
7594
- <select id="insurance_provider" name="insurance_provider">
7595
- ${this.providers.map((provider) => x`
7596
- <option value="${provider}">${provider}</option>
7597
- `)}
7598
- </select>
7594
+ <input type="text" id="insurance_provider" name="insurance_provider"/>
7599
7595
  </div>
7600
7596
  </div>
7601
7597
  <div class="footer u-text-center">
@@ -202,11 +202,7 @@ export class QuestionnaireElement extends LitElement {
202
202
  </div>
203
203
  <div>
204
204
  <label for="insurance_provider">Insurance Provider</label>
205
- <select id="insurance_provider" name="insurance_provider">
206
- ${this.providers.map(provider => html`
207
- <option value="${provider}">${provider}</option>
208
- `)}
209
- </select>
205
+ <input type="text" id="insurance_provider" name="insurance_provider"/>
210
206
  </div>
211
207
  </div>
212
208
  <div class="footer u-text-center">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pr360-questionnaire",
3
3
  "description": "An element to render a questionnaire for PatientReach 360.",
4
- "version": "2.1.4",
4
+ "version": "2.1.5",
5
5
  "main": "dist/index.js",
6
6
  "author": {
7
7
  "email": "chris@launchscout.com",