craft3-fields
craft3-fields copied to clipboard
Address, telephone, email, embed and gender fields for CraftCMS 3.x
Fixes "Typed property newism\fields\models\TelephoneModel::$phoneNumber must not be accessed before initialization" (declaring default null value for the property)
## ⚙️ System settings Craft CMS: 3.6.10 PHP: 7.4.16 ## 🐛 Bug description With Craft 3.6 and PHP 7.4, when a new draft is created for an Entry with the...
Steps to reproduce: 1. Enter values into Name of Person field 2. Wait for the first green autosave tickmark to appear 3. Save entry 4. Name of Person field is...
As far as i can tell, all my addresses have country codes, but suddenly i'm getting the following nasty error (and Calendar, where the field is, won't display any events):...
@leevigraham : When you save an address field, it saves as JSON, of course. But the `placeData` key, which is the part that gets pulled in wholesale from Google Places/Maps,...
Phone numbers discard data if a country code isn't set. A country code isn't a required field, and it defaults to empty, so this is a very easy way to...
I’ve just migrated an old Craft 2 project to Craft 3 and wanted to convert some old Plain Text fields containing URLs to Embed fields. There was no "Changing this...
In a site with multiple languages defined, if you enter an embed link in one language, it does not populate across to the other languages. Translation method is set to...
The Autocomplete box does not populate the `name` or `subpremise` (apt/suite/etc) values ## Expected Behavior When using autocomplete to find a location (example, "Mailchimp Atlanta United States"), the value "Mailchimp"...