levelingup

Results 9 issues of levelingup

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...

Next.js
pending-triage
SSG

I noticed that if I just copy the code in: https://galio.io/docs/#/components/switch ``` this.toggleSwitch("switch-1")} /> ``` It throws an error saying that onChange is undefined. I think it would be a...

Type: Bug

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? Using final form with next.js and tried to use dynamic checkbox,...

Is there a way to capture the image's width and height so then it can be used to see its aspect ratio?

Say I want to create tags on an image, the tags are initially positioned by top/left css with percentages. However, when you use draggable on these tags, its only changing...

I'm using this wonderfully in my application. I'm using it in a form so when users fill out a location field in my form, they can see the location on...

I've been trying to get the weather for a specific date, but I keep getting this error message. I'm using rails 4. I've copied and pasted the exact code from...

I'm trying to set up elasticsearch with associations with has_many :through, but I'm not getting any results when I have the following indexes: ``` has_many :services, :through => :professionals after_touch()...

When I'm doing unordered list or ordered list, it creates a `` tag between the `` when viewing the text. How do we get rid of this? Thanks