(Airbnb)表单里有可重复复用的星级评分组件:实现点选星星并通过普通表单提交正确的值(支持多个实例)。
(Airbnb) Implement a reusable star rating widget inside a form and submit the correct value via a normal form submit (multiple instances supported).
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
分类: User Interface Coding
标签: Airbnb, Forms, Reusable Component
参考答案摘要
推荐实现 用一组 表示 1~5 星(或更多)。同一个组件实例共享同一个 name ,不同实例用不同 name (或带唯一前缀)。 每个 radio 配一个
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。