question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add sizes or em-sizing for custom form controls

See original GitHub issue

Just like input, dropdown, pagination and button; checkbox, toggle and slider should have a class (form-control-lg) to increase or reduce the size.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mdocommented, Jan 1, 2019

This will likely come in v5 with em-based sizing and consolidated form controls.

0reactions
mdocommented, Jul 13, 2019

Duplicate of #27803, and also fixed in #28450.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular Custom Form Controls - Complete Guide
In this guide, we are going to learn exactly how to take an existing custom form control component and make it fully compatible...
Read more >
How to auto resize and adjust Form controls with change in ...
Parameter name: emSize in the line control.Font = new Font(control.Font.FontFamily, control.Font.Size* ((size1+ size2)/2)); after using your code.
Read more >
Move and resize controls independently - Microsoft Support
Right-click the form in the Navigation Pane, and then click Design View. Select the control that you want to remove from the layout....
Read more >
How to build custom form controls - Learn web development
To achieve this, we need two things: First, we need to add a regular <select> element before each instance of our custom control....
Read more >
Example - Developing custom form controls
You can alternatively create form controls by adding a control class to a separate assembly (the class must also inherit from the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found