Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/password reset tweaks #582

Merged
merged 3 commits into from
Jul 24, 2023
Merged

Feature/password reset tweaks #582

merged 3 commits into from
Jul 24, 2023

Conversation

edcohen08
Copy link
Contributor

@edcohen08 edcohen08 commented Jul 20, 2023

Screen Shot 2023-07-20 at 12 34 45 PM Screen Shot 2023-07-20 at 12 33 10 PM Screen Shot 2023-07-19 at 4 56 00 PM Screen Shot 2023-07-19 at 4 56 13 PM

@edcohen08 edcohen08 requested a review from gone July 20, 2023 16:46
@@ -13,7 +13,7 @@
@focus="updateFlag" @blur="updateFlag" @input="updateFlag"
{% endif %}
x-data="input('update-{{ event_name | replace('_', '-') }}', '{{ value }}')"
x-ref="input_{{ name }}" class="input {{ input_classes }} {{attrs.class}}" {% do attrs.update({"type": type, "name": name, "value": value}) %} {{ attributes(attrs)}} />
x-ref="input" class="input {{ input_classes }} {{attrs.class}}" {% do attrs.update({"type": type, "name": name, "value": value}) %} {{ attributes(attrs)}} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this breaks if you have mutlple imputs in a form

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as far as i could tell it works and alpinejs/alpine#900 (comment)

@@ -0,0 +1,8 @@
{% from 'forms/field.jinja' import field as f %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would love to get this using the default form, perhaps means the default form needs to be updated

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i added back a default.html because it's not deprecated yet so our div.html wasn't being picked up

@edcohen08 edcohen08 force-pushed the feature/password-reset-tweaks branch from f832d41 to 8a865cf Compare July 24, 2023 14:19
@edcohen08 edcohen08 requested a review from gone July 24, 2023 14:33
@gone gone merged commit 6a47744 into develop Jul 24, 2023
3 checks passed
@gone gone deleted the feature/password-reset-tweaks branch July 24, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants