You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importinquirerquestions= [
inquirer.Text('newUUID', message="Anna uusi UUID (paina Enter pitääksesi samana): "),
inquirer.Text('newName', message="Anna uusi nimi (paina Enter pitääksesi samana): "),
inquirer.Text('newPrice', message="Anna uusi hinta (paina Enter pitääksesi samana): "),
inquirer.Text('newCategory', message="Anna uusi kategoria (paina Enter pitääksesi samana): "),
]
We are using inquirer in our school project. It shows Finnish/Nordic characters ä, ö and å normally when it prompts for something. But then the command line goes nuts when you try to input the same characters.
In the picture attached, I inputted "testöäåtest". As you can see, the inquiry line starts to multiply and it goes all wrong from there.
The text was updated successfully, but these errors were encountered:
Enviroment:
Code:
We are using inquirer in our school project. It shows Finnish/Nordic characters ä, ö and å normally when it prompts for something. But then the command line goes nuts when you try to input the same characters.
In the picture attached, I inputted "testöäåtest". As you can see, the inquiry line starts to multiply and it goes all wrong from there.
The text was updated successfully, but these errors were encountered: