[CLOSED] Missing ClearButton in TextField and Combo

  1. #1

    [CLOSED] Missing ClearButton in TextField and Combo

    Hi,

    any chance to get the clear button back in v5? :-)

            
    <ext:TextField runat="server" Width="120" EmptyText="Search">
       <Plugins>
          <ext:ClearButton runat="server"></ext:ClearButton>
       </Plugins>
    </ext:TextField>
            
    <ext:ComboBox runat="server" Width="120" AutoSelect="true" QueryMode="Remote">
        <Plugins>
            <ext:ClearButton runat="server" AutoDataBind="true"></ext:ClearButton>
        </Plugins>
    </ext:ComboBox>
    Version: 5.0.0
    Latest Browsers

    Sebastian
    Last edited by fabricio.murta; Mar 13, 2020 at 10:56 PM. Reason: no feedback in over 7 days
  2. #2
    Hello Sebastian!

    They don't look broken to me. Just tried your snippets and they work, and we have two examples using text fields and combo boxes, as well as date fields using the ClearButton plug in, and they all worked for me.

    Just type clearbutton in Examples Explorer search bar (top-right, or just clear to be short), and you'll be presented with two GridPanel examples using the text fields as column headers' filters.

    If there's any specific instruction to reproduce the issue you're facing, please let us know.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello again, @prointernet!

    It's been a while since we last responded here and still no feedback from you. We still don't understand why you suggest the component is absent from Ext.NET 5, while it is still there for us. Anything we missed? Anything we could do to help you get the component to work on your side?

    We may tag this thread with '[CLOSED]' if we receive no feedback from you in 7+ days from now. This won't lock the thread so it will be possible to post a follow-up whenever you feel fit.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 2
    Last Post: Feb 02, 2015, 6:09 AM
  2. ComboBox Plugins ClearButton position problem
    By hakandonmez in forum 2.x Help
    Replies: 2
    Last Post: Dec 11, 2013, 3:44 PM
  3. [CLOSED] TextField input: BADRESPONSE: missing ) in parenthetical
    By tanky65 in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 13, 2013, 10:14 PM
  4. Replies: 7
    Last Post: Dec 05, 2011, 11:52 AM
  5. [CLOSED] TextField.stripCharsRe missing from C# API?
    By bogc in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 18, 2011, 4:20 PM

Posting Permissions