dmdum

Results 4 issues of dmdum

I want the user to be table to resize the textarea. I've applied the css property: `resize: vertical !important;` to the `*__input` class. The resize button is there, however, when...

**Steps to reproduce:** 1. Visit this [sample link](https://stackblitz.com/edit/stackblitz-starters-n959xt?file=src%2Fstyle.css,src%2FApp.tsx) 2. Mention any of the mention options. **Expected behaviour:** Only 1 version should be displayed. It should be the styled version. **Observed...

**Steps to reproduce:** 1. Open the react-mentions vercel app: https://react-mentions.vercel.app/ 2. Go to the `Suggestion portal example` section. 3. Use the **second input**. Press `enter` 5 (or more) times. 4....

I'm taking over this feature that creates an event on a user's calendar. Our system was previously able to do this using `com.google.api.client.googleapis.auth.oauth2.GoogleCredential`, but since that's been deprecated, I'm looking...