particle-iot / cloud

A place to discuss issues, enhancements, features for: API, Cloud Compiler, Web IDE (Build), Webhooks, Console, and Device Setup
2 stars 0 forks source link

Console's device edit mode doesn't allow spaces in a device name #32

Open blave opened 6 years ago

blave commented 6 years ago

Bug: Device names can contain spaces when created/edited in Build, but in Console's edit mode, the space bar doesn't work in the device name field.

monkbroc commented 6 years ago

We should fix it in Build then. Spaces are best avoided in device, function and variable names due to URL encoding/decoding not being uniformly applied everywhere in the platform and tools.