We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4542238 commit 5b760bbCopy full SHA for 5b760bb
lit_nlp/client/core/slice_module.ts
@@ -160,7 +160,7 @@ export class SliceModule extends LitModule {
160
// clang-format off
161
return html`
162
<div class="row-container">
163
- <input type="text" id="input-box" .value=${this.sliceName}
+ <input type="text" id="input-box" .value=${this.sliceName ?? ''}
164
placeholder="Enter name" @input=${onInputChange}
165
@keyup=${(e: KeyboardEvent) => {onKeyUp(e);}}/>
166
<button class='hairline-button'
0 commit comments