1.) hitting return on the input field with the default (Enter value here)
gives a random (?) value
2.) hitting return on the input field with the default should clear it
add this to input_cb():
if (strcmp(input_string, INPUT_PROMPT) == 0) {
bha->input->value("");
l = 0ULL;
}
Nobody/Anonymous
None
None
Public
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2007-03-23 01:26 | earthur |
| resolution_id | None | 2007-03-23 01:26 | earthur |
| close_date | - | 2007-03-23 01:26 | earthur |