Input Type = "password" is missing in input modes

Hi, Perhaps you could add the password type in the input mode, as for now, we could only set it with manual attribute.

Thanks :-)

If you type "Input" in the components panel you'll see a number of inputs. There is a "Password Input" component. That's what you should be using for these purposes. "Input mode" is not used to specify the input type, but to suggest to browsers which virtual keyboard they should show when the input is focused. Hope that helps!

Thanks for your answer ! Right, there is a "Password input" component, but as i'm working with Bootstrap Studio, i was looking for the Bootstrap password input, not the basic one. Something more like :

<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">

</div> and even with prepend/append addons (as your Bootstrap Input component).

That's why i've looked on the Bootstrap Input Component instead.

Thanks for your answer, and thanks for this software :-)