From 3c7eb408f58f609fd89926ee2afbb041bd9a2ee0 Mon Sep 17 00:00:00 2001 From: Aleksandr Volochnev Date: Sat, 30 Apr 2022 17:04:34 +0200 Subject: [PATCH] UX Improvements --- src/QueryEditor.tsx | 8 +++++++- src/datasource.ts | 26 +++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/src/QueryEditor.tsx b/src/QueryEditor.tsx index e57270e..f400e46 100644 --- a/src/QueryEditor.tsx +++ b/src/QueryEditor.tsx @@ -158,7 +158,7 @@ export class QueryEditor extends PureComponent { grow > { onChange={this.onKeyspaceChange} spellCheck={false} onBlur={this.onRunQuery} + required width={90} /> */} { onChange={this.onTimeColumnChange} onBlur={this.onRunQuery} width={90} + required /> */} { onChange={this.onIDColumnChange} onBlur={this.onRunQuery} width={90} + required /> */}