Doing work to ensure my site if accessible and one of the requirements is the text spacing criterion should be applied when a user invokes a text spacing bookmarklet. I've realized the issue is when a bookmarklet is triggered on the site it automatically changes the styling for the text elements to match the requirements but is not applied to items in the combo box because I've used select and input tags which according to this post style attributes cannot be applied to input elements so the changes are not applied to the items in the combo box.
How can I ensure the text spacing can also be applied to elements in the combo box when a bookmarklet is invoked? Thanks
Was able to achieve this by using the angular alternative components and which achieves the same implementation and are more accessible