Replies: 1 comment
-
| @RobinMalfait if you're open to this I can take a crack at a PR. just let me know! don't want to spend time on it if you're not interested | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
So I have a type ahead component that would be a perfect port to a headless ui
Listboxcomponent.The idea of the component is to have something like this headless
Listboxcomponent, but that renders an input instead of a button and when a user types into that input, it could filter down the source list.The goal of the enhancement would be to set the
Listbox.Buttonto use aninputelement for theasprop and then pass theListbox.ButtonanonChangeprop to filter down the source list as they type.Beta Was this translation helpful? Give feedback.
All reactions