Try hitting the tab key and notice how the focus stays within the modal itself. Also, esc to close modal.
Principal & Interest: %{formatAmount(Math.max(monthlyBreakdown.monthlyPrincipalInterest, 0))}
Property Tax: %{formatAmount(Math.max(monthlyBreakdown.monthlyPropertyTax, 0))}
Homeowner's Insurance: %{formatAmount(Math.max(monthlyBreakdown.monthlyInsurance, 0))}
PMI: %{formatAmount(Math.max(monthlyBreakdown.monthlyPMI, 0))}
HOA Fees: %{formatAmount(Math.max(monthlyBreakdown.hoaFees, 0))}
|
Suite #
|
Price
|
Sq. Ft.
|
Beds | Baths | View | Floor |
Occupancy Date
|
|
|---|---|---|---|---|---|---|---|---|
| ${unit.unitNumber} | $ ${unit.packages[0].price} | ${unit.packages[0].sqft} | ${unit.packages[0].beds}${unit.packages[0].hasDen ? ' + Den' : ''} | ${unit.packages[0].baths} | ${getExposure(unit.packages[0].exposure)} | ${floors[unit.unitGroup].name} | ${formatDate(unit.packages[0].occupancy)} |
${unit.salesStatus == 'hold' ? 'HOLD' : 'SOLD'}
|