ant-design-blazor/components/core/JsInterop
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
..
EventArg refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
modules refactor(module: modal): refactor the code of Modal, Confirm (#914) 2020-12-26 21:39:04 +08:00
DomEventService.cs test: Add ability to use OverlayTrigger in tests (#1227) 2021-03-09 13:54:30 +00:00
DomEventSubscription.cs fix(module: slider): cannot slide (#653) 2020-09-28 16:44:11 +08:00
DomRect.cs feat: add element component (#1378) 2021-04-17 22:14:01 +08:00
HtmlElement.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
interop.ts fix(module: input): preserve focus and caret position for input password when visibility is toggled (#1377) 2021-04-18 08:06:06 +00:00
InteropService.cs docs: fix anchor and improvement (#1107) 2021-02-06 19:27:48 +08:00
JSInteropConstants.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
Window.cs refactor: layout and mock-browser (#184) 2020-06-03 23:11:02 +08:00