awslattery / IdeaFunding2019

🗳️ Voting page and results reporting for Startup Tucson's IdeaFunding pitch competition.
https://vote.ideafunding.org/
MIT License
0 stars 1 forks source link

Allow user selection of the phone number displayed #9

Open awslattery opened 4 years ago

awslattery commented 4 years ago

Currently, on both mobile and fullsize devices, a user cannot select the phone number displayed, due to a user-select property set higher up in the styled-component tree.

For users who wish to copy the number, but not auto-populate their vote (e.g. their version of iOS doesn't support the modern SMS intent), they should be able to:

This could be accomplished simply by adding user-select: text; to the VotingPhoneNumber styled component in client\src\components\Voting\Instructions\index.js.

drwm-base commented 4 years ago

Hi, I would like to attempt this issue!