Banks Nussman
Banks Nussman
Hey @andysh-uk, is this still an issue for you?
Do these changes assume Cloud Manager is fully built and ready to be served from `packages/manager/build`? I assume this will happen in another CI step?
Really neat! I noticed that it seemed to add 15 min to the `test-manager` stage of CI which is a bit unfortunate, but not a big deal for now imo
@DevDW I'm having a hard time getting into that state, can you attach a screen recording or give me some steps to reproduce?
I seem to be getting info weird states when choosing a category and searching at the same time. - When I clear the search bar, I wouldn't expect the category...
@HanaXu Great feedback, thank you! - Matthew and I considered adding the `/` for the user but we don't want Cloud Manager to become "too helpful" to the user. Also,...
@HanaXu I don't think persisting the placeholder will be an option, but let's discuss automatically adding the `/` in our next team meeting
@DevDW I believe it resolves itself when you hit the Add button. I think that's just the nature of how Formik's validation works
@DevDW That proposed solution suffers from similar behavior I believe. We need to keep the `setFieldValue('expiry_month', value);` you referenced so the `Add Credit Card` button becomes active when the user...
@jdamore-linode We decided to just use the validation error for now after exploring all the options. We think that following this update, we can consider a larger change.