Closed DarylChiew closed 2 years ago
@DarylChiew are you able to handle _trailingIconClick event and clear the attributes value manually?
@Spark450 it does work that way, but using type="search"
causes 2 'x's to show up.
Workaround was to use type='text'
and . Should search
be removed? Or are there still plans for this type?
@Spark450 it does work that way, but using
type="search"
causes 2 'x's to show up.Workaround was to use
type='text'
and . Shouldsearch
be removed? Or are there still plans for this type?
@chrisolsen are you able to reproduce this on your end and investigate further? I think the "black x" should show and blue one should not (from a visual perspective)
:tada: This issue has been resolved in version 3.4.0-alpha.60 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.0.0-alpha.54 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.0.0-alpha.8 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 2.0.0-alpha.6 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 2.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 4.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Describe the bug
When using the
<goa-input>
web component, after typing in 1 or more characters, hovering over the input displays a clear button in the right side of the input box.Clicking on the 'x' clears the text, but the
_change
event on thegoa-input
control is not fired.What is the level of criticality
Medium - One of the other input events can be hooked into, but then I can't make use of the
_change
event since both events will get fired.To Reproduce (include pictures or video if helpful)
Steps to reproduce the behaviour:
onSearchChange
event handler. Addconsole.log(...)
to help with debugging.onSearchChange
event handler is fired when text is entered but is not fired when the 'x' is clicked.Expected behaviour
When the 'x' icon is clicked in the input control, the text box should be cleared and the _change event fired to indicate the text box is now empty.
System configuration
Desktop (please complete the following information):
Duplicate of: https://github.com/GovAlta/ui-components/issues/658