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

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

@nikkithelegendarypokemonster nikkithelegendarypokemonster merged commit 78795c0 into DevExpress:25_1 Jan 8, 2025
284 checks passed
nikkithelegendarypokemonster added a commit to nikkithelegendarypokemonster/DevExtreme that referenced this pull request Jan 8, 2025
…(T1252602) (DevExpress#28647)

# Conflicts:
#	packages/devextreme/js/__internal/ui/date_box/m_date_box.strategy.native.ts
nikkithelegendarypokemonster added a commit to nikkithelegendarypokemonster/DevExtreme that referenced this pull request Jan 8, 2025
nikkithelegendarypokemonster added a commit to nikkithelegendarypokemonster/DevExtreme that referenced this pull request Jan 8, 2025
nikkithelegendarypokemonster added a commit to nikkithelegendarypokemonster/DevExtreme that referenced this pull request Jan 8, 2025
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