Did someone already have a funky solution to trigger the same logic as a component on-click set of events if my user hits return while an input field is ‘active’?
ie. I just want the user to be able to hit enter at this point rather than click the arrow and trigger the same logic
For sure I can achieve this with JS but I just wondered if there’s any native functionality I can use instead here. Thanks!