@ticatec/uniface-element 0.1.58 → 0.1.60

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.
@@ -53,7 +53,7 @@
53
53
  </div>
54
54
  {/if}
55
55
  {#if disabled || readonly}
56
- <input style="flex: 1 1 auto" {value} {disabled} {readonly} {placeholder}>
56
+ <input type="text" style="flex: 1 1 auto" {value} {disabled} {readonly} {placeholder}>
57
57
  {:else}
58
58
  <div style="position: relative; flex: 1 1 auto">
59
59
  <slot/>
@@ -55,7 +55,7 @@
55
55
  <slot name="leading-icon"/>
56
56
  {/if}
57
57
  </svelte:fragment>
58
- <input bind:this={editor} type="text" style="flex: 1 1 auto; width: 100%" bind:value={value} {...input$}
58
+ <input bind:this={editor} {...input$} type="text" style="flex: 1 1 auto" bind:value={value}
59
59
  on:blur on:focus on:keydown on:keyup on:keypress on:input on:compositionstart
60
60
  on:compositionend on:compositionupdate/>
61
61
  <svelte:fragment slot="trailing-icon">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticatec/uniface-element",
3
- "version": "0.1.58",
3
+ "version": "0.1.60",
4
4
  "description": "uniface web elements",
5
5
  "scripts": {
6
6
  "dev": "vite dev",