Fixed bugs
Worked with Ruby on Rails
Fix Bug: User search form can't be submitted on mobile
 
Created workaround for bug from external library. Project is a social media platform built with Rails, Turbo, and Stimulus.

An instance of a form was not able to be submitted via the enter key on mobile due to a bug introduced from the tom-select library. In order to mimic the implicit submission of the form on desktop, I specified the enterkeyhint as "go". This forces the enter button to appear on the mobile keyboard. It functions as intended because the underling behavior was already wired up, we just needed the right button to be available on the keyboard.