Dialog create not restrict name to lowercase
See original GitHub issueDescribe the bug
Version
Browser
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
To Reproduce
Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior
- Option 1. Restrict it to lowercase, let [filename] = [dialogDisplayName]
- Option 2. Do not restrict, decouple them, let [filename] = [dialogDisplayName].toLowercase()
Screenshots
Additional context
Since our bot file structure have changed to all lowercase path/filename, creation needs to be updated
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Android how to make ok button on dialog not all caps
After showing the dialog, I'm setting the button all caps false. ... AlertDialog dialog = builder.create(); dialog.show(); dialog.
Read more >Dialog Control Operations - MATLAB & Simulink - MathWorks
Duplicate Parameter, Display, and Action control names are not allowed. Parameter names must be unique and are case insensitive. Names varying only in...
Read more >How to Change Case in Word (Upper, Lower, Title or ...
Change case using the Change Case command in the Ribbon · Sentence case – capitalizes the first letter of a sentence. · Lowercase...
Read more >How to force text string to uppercase / lowercase / proper case ...
Maybe in some case, you want to enter text in UPPERCASE or lowercase or Proper Case automatically in Excel, here this tutorial can...
Read more >Convert a string to proper case in a label expression
For the examples below, the text field in use is titled NAME. To display as all CAP or all lowercase: Open the Layer...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can we use the $designer.name field as the display name? Option 2
OK, sounds like we do not need do any change on dialog creation.