Currently it is not possible to change the input type (short answer, number, email, decimal…).
Is this possible to be released, if so, any predictions?
If not, what would be the best way to do this, because using inputs in reusable components would simplify too much, as the same input can be used with different types of data.
Fala mauro, cara, eu fiz um input customizado anteriormente com a base do input do weweb, creio que se você pegar o componente do input e colocar o type dele dinâmico é uma coisa bem simples pelo que eu sei da estrutura
no ww-config.js você vai nas properties e do input type e coloca ele como bindable, depois adiciona um watch nessa propriedade e isso vai mudar o tipo dele!!
I just want to set the type if it is number, answer, email, decimal. This is not possible dynamically so far.
I believe it is not a good option to put them all inside the component and render conditionally. If there was a dynamic option in the type like there are in other options, it would solve the problem.