Skip to content

@aws-amplify/[email protected]

Choose a tag to compare

@github-actions github-actions released this 12 Jul 21:34
· 2008 commits to main since this release
44131ae

Patch Changes

  • #2273 90eb39280 Thanks @ErikCH! - Added user-select property to 'text' for the amplify-input and the textArea primitives. This will help Ionic apps that set this property to none. In Webkit/Chromium-based browsers this is inherited and is causing inputs on those browsers to not work correctly.

  • #2269 3b2d6c2af Thanks @ErikCH! - Fixed bug that displayed "usernamed undefined" when using a lambda that autoconfirms the user during sign up. The sign up would fail and redirect the user to sign in with the "username undefined" error. The user then would have to sign in again. This patch will now assign the correct credentials during sign up for users that are auto confirmed.