input
3 TopicsCan't type anything. keyboard does not work. Build 19596 Even on-screen keyboard does Not work
Can't type anything. keyboard does not work. unplugging and plugging the keyboard again to different ports changes nothing. it's been happening since the last insider fast ring build and now it is 19596 and still happening. I typed this feedback by going to Windows Sandbox, typing there and then copy pasting that text to this feedback. I have attached problem repro to this feedback as well. this happens very randomly and intermittently. no matter what program or app I use. sometimes It happens when I use Firefox, or Edge or Word, now it happened when I was playing Microsoft Solitaire and I was chatting with my friend using Xbox Game bar (overlay). I really hope you find the required diagnostic data and solve this issue. Even on-screen keyboard does Not work When this problem happens, The only app that I can type in is the Xbox Beta app (Not Xbox console companion). I have tested 100 other programs and UWP apps and in none of them I can type in, except for Xbox Beta app. restarting my PC is the only way to fix this. if you are experiencing this too, add your details to the feedback in feedback hub: https://aka.ms/AA7fzbySolved3.8KViews0likes7CommentsInput style in custom number formatted cell seconds.milliseconds possible?
Hello, I want to custom my number format as ss.00; But when I input my time in my cell as seconds.hundreths, it returns nothing. One way it worked was for me to input my time as minutes(0):seconds.hundreths. Is there not a way for me to only enter the desired data, as seconds.hundreths? Bypassing the 0minutes:... Also, I've seen in some custom fields the symbol @ at the end of it : what does that stands for? Thank you.1.4KViews0likes2CommentsInput type="time" + Datalist
The list of times in HTML INPUT type="time" with a Datalist does not open If the list appears at the top of the INPUT element. If it appears at the bottom, it's OK. Code example : <div style="position:absolute;bottom:0"> <h3>if you choose OTHER on this element at the bottom, when the dataList opens above, nothing is displayed</h3> <input type="time" list="times2" /> <datalist id="times2"> <option label="Minuit">00:00</option> <option>06:00</option> <option label="midi">12:00</option> <option>15:00</option> <option label="gouter">16:00</option> <option>17:00</option> <option>18:00</option> <option>18:00</option> <option>18:00</option> <option>18:00</option> <option>19:00</option> </datalist> </div>581Views0likes0Comments