ant-design-blazor/components/core/Extensions
MihailsKuzmins c0f8859914 fix(module: input): preserve focus and caret position for input password when visibility is toggled (#1377)
* set focus when the password button is clicked

* add methods for selection

* set selectionStart after Focus

* fix typescript

* set selectionEnd as well

* fix a stupid if-condition-bug

* remove checks for element

* add selectionStart to getDomInfo

* get selectionStart from Element

* delete unneeded js method

Co-authored-by: mihails.kuzmins <mihails.kuzmins@daytongroup.lv>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-18 08:06:06 +00:00
..
DataConvertionExtensions.cs perf: Optimize for value converting performance (#720) 2020-10-25 19:00:51 +08:00
EnumerableExtensions.cs refactor(module: modal): refactor the code of Modal, Confirm (#914) 2020-12-26 21:39:04 +08:00
HttpClientExtensions.cs fix: deserialization UTF8 encoding issue in extension method of HttpClient (#717) 2020-10-25 18:54:59 +08:00
JSRuntimeExtensions.cs fix(module: input): preserve focus and caret position for input password when visibility is toggled (#1377) 2021-04-18 08:06:06 +00:00
ServiceCollectionExtensions.cs feat(module: config-provider): support RTL (#1238) 2021-03-31 19:23:26 +08:00