_computeFormatter(locale, minimumFractionDigits, maximumFractionDigits) {
        const options = {
            localeMatcher: 'best fit', // chrome expects this when using custom options
        };
        if (minimumFractionDigits !== null) {