GWT version: 2.04
SmartGwt 2.3 version: 2.4
Firefox version: 4.0.1
Eclipse version: 3.6
Windows XP SP3
I'm trying to restrict keyboard input on given TextItem to signed integers by using the argument "[-+]?[0-9]+" in setKeyPressFilter method. But i cannot enter the '-' or '+' characters.
(The source code at http://www.smartclient.com/smartgwt/...eypress_filter at the second text item says only numeric values but someone can enter the dot '.')
SmartGwt 2.3 version: 2.4
Firefox version: 4.0.1
Eclipse version: 3.6
Windows XP SP3
I'm trying to restrict keyboard input on given TextItem to signed integers by using the argument "[-+]?[0-9]+" in setKeyPressFilter method. But i cannot enter the '-' or '+' characters.
(The source code at http://www.smartclient.com/smartgwt/...eypress_filter at the second text item says only numeric values but someone can enter the dot '.')
Comment