From f081718e441547765c8c527426184945c0c47a76 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 11 Dec 2019 15:45:22 +0100 Subject: [PATCH] api-viewer: flex search field Signed-off-by: Thomas Lamprecht --- api-viewer/PVEAPI.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-viewer/PVEAPI.js b/api-viewer/PVEAPI.js index eac5bc7..8122ff9 100644 --- a/api-viewer/PVEAPI.js +++ b/api-viewer/PVEAPI.js @@ -383,7 +383,11 @@ Ext.onReady(function() { Ext.define('Ext.form.SearchField', { extend: 'Ext.form.field.Text', alias: 'widget.searchfield', - emptyText: 'Search', + + emptyText: 'Search...', + + flex: 1, + inputType: 'search', listeners: { 'change': function(){ -- 2.39.2