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
Inputs.search now supports non-ASCII characters like Кириллица, thanks to @oluckyman. #216
Inputs.select’s keyof option now composes with its format option, thanks to @curiouserrandy’s reporting. Also, inputs internally use addEventListener("input") instead of setting oninput so that consumers can add their own listeners. #212
Inputs.datetime correctly handles timezone offsets, so a time passed in as the value will match the value you get out, thanks to @cdaringe’s reporting. #244