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

DateBox: fix formatting of min/max attribute in datetime picker type (T1252602) #28647

Open
wants to merge 6 commits into
base: 25_1
Choose a base branch
from

Conversation

nikkithelegendarypokemonster
Copy link
Contributor

No description provided.

assert.equal($input.attr('min'), '12:00:14', 'minimum time set correctly');
assert.equal($input.attr('max'), '18:00:15', 'maximum time set correctly');
});
QUnit.test('Datebox should set min/max attributes to date input in localized date format (T1252602)', function(assert) {
Copy link
Contributor

Choose a reason for hiding this comment

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

[minor] line break is missing. Let's take it into account in your future PRs and cherry-picks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants