Skip to content

Commit a89d527

Browse files
timea-solidTallTed
andauthored
Update src/widgets/forms/basic.ts
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 257456d commit a89d527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/forms/basic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export function basicField (
201201
if (params.pattern && !field.value.match(params.pattern)) return
202202
const disabledForSave = !deferWhileFocused
203203
if (disabledForSave) {
204-
field.disabled = true // See if this stops getting two dates from fumbling e.g the chrome datepicker.
204+
field.disabled = true // See if this stops getting two dates from fumbling, e.g., the chrome datepicker.
205205
}
206206
field.setAttribute('style', inputStyle + 'color: gray;') // pending
207207
const ds = kb.statementsMatching(subject, property as any) // remove any multiple values

0 commit comments

Comments
 (0)