Serhii Kulykov

Results 578 comments of Serhii Kulykov

Согласен с Вадимом, необходимости в разделе не вижу. Обзорная статья может быть и в JS, в то же время отдельная статья именно про кастомные элементы болеее уместна в HTML, на...

Do you have any API naming suggestions? We have `dragSelect` in grid, so maybe something like `dragReorder` would work.

Just to clarify, would you like to reorder chips (not dropdown items), regardless of whether the overlay is opened or not? If so, `chipsDraggable` would indeed be reasonable. It should...

Internal discussion with some context: https://vaadin.slack.com/archives/C3TGRP4HY/p1758809957038809 More inspiration: - Elix AutoCompleteComboBox: https://component.kitchen/elix/AutoCompleteComboBox - React Aria Autocomplete: https://react-spectrum.adobe.com/react-aria/Autocomplete.html

According to https://github.com/vaadin/web-components/pull/10010#issuecomment-3232889750, when upgrading to Highcharts 12.3.0 it should be able to use the ability to export charts locally instead of using the online exporting provided by Highcharts. But...

See an example of using `text` type for number field in [`useNumberField`](https://github.com/adobe/react-spectrum/blob/d23513a3b73eb9920889da393f84df75fb8378e3/packages/%40react-aria/numberfield/src/useNumberField.ts#L181) provided by `@react-aria` library.

Here are some good articles about not using `input type="number"` for numeric fields: - React Aria: [blog post](https://react-spectrum.adobe.com/blog/how-we-internationalized-our-numberfield.html), [source code on GitHub](https://github.com/adobe/react-spectrum/tree/main/packages/@react-aria/numberfield) - GOV.UK Design System: [blog post](https://technology.blog.gov.uk/2020/02/24/why-the-gov-uk-design-system-team-changed-the-input-type-for-numbers/)

See also https://github.com/vaadin/web-components/issues/10416, specifically https://github.com/vaadin/web-components/issues/10416#issuecomment-3479619703.