0 ? { "min-width": `${minWidth}px` } : {}), ...(maxWidth > 0 ? { "max-width": `${maxWidth}px` } : {}), }} {value} on:value on:textFocused={onTextFocused} on:textChanged={onTextChanged} on:textChangeCanceled={onTextChangeCanceled} spellcheck={true} {label} {disabled} {narrow} {tooltipLabel} {tooltipDescription} {tooltipShortcut} {placeholder} bind:this={self} />