Ever wished you could see how many characters were left when entering text into a text field in Salesforce?? Well this is the answer! It works on every field in every field combination and it's completely driven by field sets! No custom code ever again!
Click the images below to check out what this component can look and feel like! Remember though, there are tons of config options, so you can change this up quite a bit!
- An abstract 100% configuration based component that is driven by field sets.
 - It can work in virtually any situation! Embed it in your lightning record pages, use it in a custom new record page, put it in a flow or merge it into another custom component of yours. It can adapt to any situation.
 - It can be used on literally any object with any combination of fields!
 - Supports character counting on all text based fields! Even rich text!
 - Has the ability to display in a single column or a double column layout.
 - Has the ability to present itself as a stand-alone component or to present itself as a field section in a page layout to integrate smooth into page layouts.
 - You can set your own header title and optionally your own icon for the header
 - Can be used on lightning record pages
 - Can be used in flows
 - Can be used in custom new record pages
 - Can be merged into larger lwc, aura or vf components seamlessly
 
You can currently install the component either by using the installation link at the top of this page, or the one below! I plan to eventually add an unlocked package link as well. Click the button, connect to your org, deploy the code and you're off to the races!
  While this component has fairly robust exception catching it does not have logging and it also does not leverage selectors. I chose to do this because I didn't want to load this project with dependencies that you may not want to use yourself and creating a logger or a selector layer solution is not the point of this repo/component. I would suggest that you add error logging and a selector layer that you are comfortable with to this code prior to leveraging it.