I would like to disable auto focus first input in Ng Zorro drawer. I know that Ng Zorro modal has a property for disabling the auto focus. But Drawer does not.
I have a very bad solution: I have put a useless input and styled it like this: <input type="text" style="position: absolute; opacity: 0" />. Presently it works
If You would have a better solution than mine, Please, share your answer.
Thanks!
I added the tab-index property to all my inputs with -1 as value. It's work for me !